BCGControlBar Library for .NET
ComboStyle Property




Gets or sets combo style.
Syntax
'Declaration
 
Public Property ComboStyle As ComboBoxStyle
'Usage
 
Dim instance As GridDataItemOptionList
Dim value As ComboBoxStyle
 
instance.ComboStyle = value
 
value = instance.ComboStyle
public ComboBoxStyle ComboStyle {get; set;}
public: __property ComboBoxStyle get_ComboStyle();
public: __property void set_ComboStyle( 
   ComboBoxStyle value
);
public:
property ComboBoxStyle ComboStyle {
   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

GridDataItemOptionList Class
GridDataItemOptionList Members

Send Feedback