FocusDirection Class

Definition

Contains constants for describing focus directions.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static class FocusDirection
type FocusDirection = class
Inheritance
System.Object
FocusDirection
Attributes
System.ComponentModel.EditorBrowsableAttribute

Fields

Back

The constant for specifying the back focus direction.

Down

The constant for specifying the down focus direction.

Forward

The constant for specifying the forward focus direction.

Left

The constant for specifying the left focus direction.

None

The constant for specifying no focus direction.

Right

The constant for specifying the right focus direction.

Up

The constant for specifying the up focus direction.

Applies to