DockPosition Enumerated Type
Contains values that specify the location of a docking window represented by the DockPattern control pattern.
Syntax
typedef enum { DockPosition_Top, DockPosition_Left, DockPosition_Bottom, DockPosition_Right, DockPosition_Fill, DockPosition_None } DockPosition;
Constants
DockPosition_Top
The window is docked at the top.DockPosition_Left
The window is docked at the left.DockPosition_Bottom
The window is docked at the bottom.DockPosition_Right
The window is docked at the right.DockPosition_Fill
The window is docked on all four sides.DockPosition_None
The window is not docked.
Enumerated Type Information
Header uiautomationcore.h Minimum operating systems Windows XP
See Also