IDockProvider Interface
Assembly: UIAutomationProvider (in uiautomationprovider.dll)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] [ComVisibleAttribute(true)] [GuidAttribute("159bc72c-4ad3-485e-9637-d7052edf0146")] public interface IDockProvider
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("159bc72c-4ad3-485e-9637-d7052edf0146") */
public interface IDockProvider
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) ComVisibleAttribute(true) GuidAttribute("159bc72c-4ad3-485e-9637-d7052edf0146") public interface IDockProvider
Not applicable.
Implemented on a UI Automation provider that must support the DockPattern control pattern.
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.
IDockProvider does not expose any properties of the docking container or any properties of controls that may be docked adjacent to the current control within the docking container.
Controls are docked relative to each other based on their current z-order; the higher their z-order placement the further they are placed from the specified edge of the docking container.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
IDockProvider MembersSystem.Windows.Automation.Provider Namespace
DockPattern
Other Resources
UI Automation Control Patterns OverviewServer-side UI Automation Provider Implementation
Client-side UI Automation Provider Implementation
Support Control Patterns in a UI Automation Provider
Implementing the UI Automation Dock Control Pattern