'Usage
Dim instance As WinTextBox
Dim value As Control
instance.DropDownControl = value
value = instance.DropDownControl
[Description("The control displayed in the textbox's dropdown area when the DroppedDown property is set to true.")]
[Category("DropDown")]
[DefaultValue("")]
public Control DropDownControl {get; set;}
Property Value
A System.Windows.Forms.Control representing the control that is displayed in the textbox's dropdown area when DroppedDown is set to true. By default, a null reference (Nothing in Visual Basic).
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