Share via


IUIAutomationDockPattern Interface

Exposes properties and methods for the dock control pattern.

IUIAutomationDockPattern Members

CachedDockPosition Retrieves the cached dock position of the Microsoft UI Automation element.
CurrentDockPosition Retrieves the dock position of the UI Automation element.
SetDockPosition Sets the dock position of the UI Automation element.

Remarks

UI Automation client applications use this interface to access the dock properties of UI Automation elements that function as controls within a docking container. 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. Controls are docked relative to each other based on their current z-order; the higher their z-order placement the farther they are placed from the specified edge of the docking container.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationclient.idl
Minimum operating systems Windows 7