Show / Hide Table of Contents

Enum ControlStates

Indicates the state of a control.

Namespace: SadConsole.UI.Controls
Assembly: SadConsole.dll
Syntax
[Flags]
public enum ControlStates

Fields

Name Description
Clicked

The control is selected

Disabled

The control is disabled.

Focused

The control has focus.

MouseLeftButtonDown

The left mouse button is down.

MouseOver

The mouse is over the control.

MouseRightButtonDown

The Right mouse button is down.

Normal

Normal state.

Selected

The control is selected

In this article

Back to top

Back to top Generated by DocFX