BCGControlBar Library for .NET
Style Property (SmartComboBoxButton)




Combo box style, can be either DropDown, or DropDownList.
Syntax
'Declaration
 
Public Property Style As ComboBoxStyle
'Usage
 
Dim instance As SmartComboBoxButton
Dim value As ComboBoxStyle
 
instance.Style = value
 
value = instance.Style
public ComboBoxStyle Style {get; set;}
public: __property ComboBoxStyle get_Style();
public: __property void set_Style( 
   ComboBoxStyle value
);
public:
property ComboBoxStyle Style {
   ComboBoxStyle get();
   void set (    ComboBoxStyle value);
}
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

See Also

Reference

SmartComboBoxButton Class
SmartComboBoxButton Members

Send Feedback