'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the width of the drop-down button.")> Public Property DropDownButtonWidth As System.Integer
'Usage
Dim instance As NPopupCombo Dim value As System.Integer instance.DropDownButtonWidth = value value = instance.DropDownButtonWidth
[System.ComponentModel.Description("Gets/sets the width of the drop-down button.")] public System.int DropDownButtonWidth {get; set;}