'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the Control to be displayed in the drop-down portion of the button.")> Public Property DropDownControl As System.Windows.Forms.Control
'Usage
Dim instance As NControlDropDownButton Dim value As System.Windows.Forms.Control instance.DropDownControl = value value = instance.DropDownControl
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the Control to be displayed in the drop-down portion of the button.")] public System.Windows.Forms.Control DropDownControl {get; set;}