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;
DrawItemEventArgs Class | DrawItemEventArgs Members | System.WinForms Namespace