Gets or sets a value indicating if the textbox's
DropDownControl can receive the focus.
'Declaration
<DescriptionAttribute("Indicates if the textbox's DropDownControl can receive the focus.")>
<CategoryAttribute("DropDown")>
Public Property DropDownAllowFocus As Boolean
'Usage
Dim instance As WinTextBox
Dim value As Boolean
instance.DropDownAllowFocus = value
value = instance.DropDownAllowFocus
[Description("Indicates if the textbox's DropDownControl can receive the focus.")]
[Category("DropDown")]
public bool DropDownAllowFocus {get; set;}
Property Value
true if the textbox's
DropDownControl can receive the focus; false otherwise. By default,
DefaultDropDownAllowFocus.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2