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!

ComboBoxStyle Enumeration

Specifies the ComboBox style.

[Visual Basic]
Public Enum ComboBoxStyle
[C#]
public enum ComboBoxStyle
[C++]
public enum ComboBoxStyle

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

The Style property determines whether the user can enter a new value in the text portion, and whether the list portion is always displayed.

Members

Member Name Description
DropDown The text portion is editable. The user must click the arrow button to display the list portion.
DropDownList The user cannot directly edit the text portion. The user must click the arrow button to display the list portion.
Simple The text portion is editable. The list portion is always visible.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace