Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains values that specify the location of a docking window represented by the Dock control pattern.
Syntax
typedef enum DockPosition {
DockPosition_Top = 0,
DockPosition_Left = 1,
DockPosition_Bottom = 2,
DockPosition_Right = 3,
DockPosition_Fill = 4,
DockPosition_None = 5
} ;
Constants
DockPosition_TopValue: 0 The window is docked at the top. |
DockPosition_LeftValue: 1 The window is docked at the left. |
DockPosition_BottomValue: 2 The window is docked at the bottom. |
DockPosition_RightValue: 3 The window is docked at the right. |
DockPosition_FillValue: 4 The window is docked on all four sides. |
DockPosition_NoneValue: 5 The window is not docked. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |