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!

ListBox.DrawMode

Retrieves the style of the listbox. This will indicate if the system draws it, or if the user paints each item manually. It also indicates whether or not items have to be of the same height.

[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

an Integer with the style.

See Also

ListBox Class | ListBox Members | System.WinForms Namespace