OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF.Windows.Forms (in OpenNETCF.Windows.Forms.dll) Version: 2.3.0.0
Specifies the state of an item that is being drawn.
Namespace:
OpenNETCF.Windows.FormsAssembly: OpenNETCF.Windows.Forms (in OpenNETCF.Windows.Forms.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public enum DrawItemState |
| Visual Basic (Declaration) |
|---|
Public Enumeration DrawItemState |
| Visual Basic (Usage) |
|---|
Dim instance As DrawItemState |
| Visual C++ |
|---|
public enum class DrawItemState |
| J# |
|---|
public enum DrawItemState |
| JScript |
|---|
public enum DrawItemState |
| JavaScript |
|---|
OpenNETCF.Windows.Forms.DrawItemState = function(); OpenNETCF.Windows.Forms.DrawItemState.createEnum('OpenNETCF.Windows.Forms.DrawItemState', false); |
Members
| Member name | Description | |
|---|---|---|
| None |
The item currently has no state.
| |
| Selected |
The item is selected.
| |
| Disabled |
The item is disabled.
| |
| Focus |
The item has focus.
|