Gets or sets the
WinButton to use to drop-down the
DropDownControl associated with the textbox.
'Declaration
<DescriptionAttribute("The WinButton to use to drop-down the DropDownControl associated with the textbox.")>
<CategoryAttribute("DropDown")>
Public Property DropDownButton As WinButton
'Usage
Dim instance As WinTextBox
Dim value As WinButton
instance.DropDownButton = value
value = instance.DropDownButton
[Description("The WinButton to use to drop-down the DropDownControl associated with the textbox.")]
[Category("DropDown")]
public WinButton DropDownButton {get; set;}
Property Value
A
WinButton representing the button to use to drop-down the
DropDownControl associated with the textbox. By default,
DefaultDropDownButton.
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