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.DrawMode

Retrieves the value of the DrawMode property. The DrawMode property controls whether the control is drawn by Windows or by the user.

[Visual Basic]
Public Property DrawMode As DrawMode
[C#]
public DrawMode DrawMode {get; set;}
[C++]
public: __property DrawMode get_DrawMode();
public: __property void set_DrawMode(DrawMode);
[JScript]
public function get DrawMode() : DrawMode;
public function set DrawMode(DrawMode);

Property Value

the value of the DrawMode property, from the System.WinForms.DrawMode enumeration.

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace