NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComboBox.Style

The type of combo that we are right now. The value would come from the System.WinForms.ComboBoxStyle enumeration.

[Visual Basic]
Public Property Style As ComboBoxStyle
[C#]
public ComboBoxStyle Style {get; set;}
[C++]
public: __property ComboBoxStyle get_Style();
public: __property void set_Style(ComboBoxStyle);
[JScript]
public function get Style() : ComboBoxStyle;
public function set Style(ComboBoxStyle);

Property Value

the current style of combo that we're using.

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace