IDockProvider::SetDockPosition method
Sets the docking position of this element.
Syntax
HRESULT SetDockPosition(
[in] DockPosition dockPosition
);
Parameters
- dockPosition [in]
-
Type: DockPosition
The new docking position.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
A docking container is a control that allows the arrangement of child elements, both horizontally and vertically, relative to the boundaries of the docking container and other elements within the container.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also