'Usage
Dim instance As WinPanel
Dim value As Boolean
instance.DropDownAllowFocus = value
value = instance.DropDownAllowFocus
[Description("Indicates if the panel's DropDownControl can receive the focus.")]
[Category("DropDown")]
[DefaultValue(false)]
public bool DropDownAllowFocus {get; set;}
Property Value
true if the panel's DropDownControl can receive the focus; false otherwise. By default, false.
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