OrientationType Enumerated Type

Contains values that specify the orientation of a control.

Syntax

typedef enum {
    OrientationType_None,
    OrientationType_Horizontal,
    OrientationType_Vertical
} OrientationType;

Constants

  • OrientationType_None
    The control has no orientation.

  • OrientationType_Horizontal
    The control has horizontal orientation.

  • OrientationType_Vertical
    The control has vertical orientation.

Enumerated Type Information

Header uiautomationcore.h
Minimum operating systems Windows XP

See Also

Text Attribute Identifiers