BCGControlBar Library for .NET
Style Property (ToolbarComboBoxButton)




Specifies the ComboBox style.
Syntax
'Declaration
 
Public Property Style As ComboBoxStyle
'Usage
 
Dim instance As ToolbarComboBoxButton
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

ToolbarComboBoxButton Class
ToolbarComboBoxButton Members

Send Feedback