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!

DrawItemEventArgs.State

Miscellaneous state information, such as whether the item is "selected", "focused", or some other such information. ComboBoxes have one special piece of information which indicates if the item being painted is the editable portion of the ComboBox.

[Visual Basic]
Public ReadOnly Property State As DrawItemState
[C#]
public DrawItemState State {get;}
[C++]
public: __property DrawItemState get_State();
[JScript]
public function get State() : DrawItemState;

See Also

DrawItemEventArgs Class | DrawItemEventArgs Members | System.WinForms Namespace