ControlStates Enum

Definition

Enumerates the bitwise combination of flags that indicate the states for a control.

This enumeration supports a bitwise combination of its member values.

public enum class ControlStates
[System.Flags]
public enum ControlStates
[<System.Flags>]
type ControlStates = 
Public Enum ControlStates
Inheritance
ControlStates
Attributes

Fields

AlertHigh 268435456

The control has high-priority information.

AlertLow 67108864

The control has low-priority information.

AlertMedium 134217728

The control has medium-priority information.

Animated 16384

The control has animated graphics.

Busy 2048

The control is busy.

Checked 16

The control is checked.

Collapsed 1024

The control is collapsed.

Default 256

The control is in a default state.

Expanded 512

The control is expanded.

ExtSelectable 33554432

The control is extended and multiselectable.

Floating 4096

The control location is not fixed to the boundary of its parent control and does not move automatically with the parent control.

Focusable 1048576

The control can receive the focus of the keyboard.

Focused 4

The control has the focus of the keyboard.

HasPopup 1073741824

The control displays a pop-up menu or window when it is invoked.

HotTracked 128

The control is hot tracked, such as when the mouse hovers over the control.

Indeterminate 32

The control is a tri-state check box and is in a mixed or indeterminate state.

Invalid 2147483648

The control is not a valid control.

Invisible 32768

The control is not visible.

Linked 4194304

The control is a linked control that has not yet been selected.

Marqueed 8192

The control has scrolling or moving text or graphics.

Maximized 8589934592

The window is maximized.

Minimized 17179869184

The window is minimized.

Mixed 32

The control is a tri-state check box and is in a mixed or indeterminate state.

Moveable 262144

The control is movable.

MultiSelectable 16777216

The control can have multiple selections.

None 0

The control has no state setting.

Normal 34359738368

The control is in a normal state.

Off 137438953472
Offscreen 65536

The control is not on screen.

On 68719476736
Pressed 8

The control is pressed.

Protected 536870912

The control is password protected.

ReadOnly 64

The control is read-only.

Restored 4294967296

The window is restored.

Selectable 2097152

The control is selectable.

Selected 2

The control is selected.

SelfVoicing 524288

The control uses speech to describe itself.

Sizeable 131072

The control is sizable.

Traversed 8388608

The control is a linked control that has been previously selected or traversed.

Unavailable 1

The control is not available.

Applies to