Represents the control state.

Namespace:  PerpetuumSoft.Olap
Assembly:  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 nameDescription
Normal
Control is in normal state.
Hot
Control is in hot state.
Pressed
Control is in pressed state.

See Also