| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property State As ElementState | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual ElementState State {get; set;} | |
Return Value
ElementState setting that determines the state of the controlUse this property to get or set the control state: whether it is active, inverted, or inactive.
| Note: Some controls do not change their appearance when their state changes. |
This property is available at run time only.