Skybound AutoComplete

DrawItemEventArgs.State Property

Gets a value that specifies one or more values that determine the state of the item.

[Visual Basic]
Public ReadOnly Property State As DrawItemState
[C#]
public System.Windows.Forms.DrawItemState State {get;}

Property Value

The DrawItemState that represents the state of the item.

Remarks

This property value can be a combination of the DrawItemState enumeration members. The members can be combined using bitwise operators.

See Also

DrawItemEventArgs Class | Skybound.AutoComplete Namespace