FocusDirection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains constants for describing focus directions.
public ref class FocusDirection abstract sealed
public static class FocusDirection
type FocusDirection = class
Public Class FocusDirection
- Inheritance
-
FocusDirection
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. |