Xceed Grid for WinForms v4.3 Documentation
DropDownAllowFocus Property (WinTextBox)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinTextBox Class : DropDownAllowFocus Property
Gets or sets a value indicating if the textbox's DropDownControl can receive the focus.
Syntax
'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.
Requirements

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

See Also

Reference

WinTextBox Class
WinTextBox Members