Represents the control state.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public enum ControlState |
Visual Basic (Declaration) |
---|
Public Enumeration ControlState |
Visual C++ |
---|
public enum class ControlState |
Members
Member name | Description | |
---|---|---|
Normal | Control is in normal state. | |
Hot | Control is in hot state. | |
Pressed | Control is in pressed state. |