IDockProvider 接口

定义

公开一些方法和属性,UI 自动化客户端可通过这些方法和属性来访问在某个停靠容器内公开其停靠属性的控件。

public interface class IDockProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("159bc72c-4ad3-485e-9637-d7052edf0146")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDockProvider
public interface IDockProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("159bc72c-4ad3-485e-9637-d7052edf0146")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDockProvider = interface
type IDockProvider = interface
Public Interface IDockProvider
属性

注解

在必须支持DockPattern控件模式的UI 自动化提供程序上实现。

停靠容器是一个控件,它允许相对于停靠容器边界和容器内其他元素的水平和垂直方式排列子元素。

IDockProvider 不会公开停靠容器的任何属性,也不会公开可能与停靠容器中的当前控件相邻的控件的任何属性。

控件根据当前 z 顺序相互停靠;其 z 顺序放置越高,它们从停靠容器的指定边缘放置越远。

属性

DockPosition

获取控件在停靠容器内的当前 DockPosition

方法

SetDockPosition(DockPosition)

将控件停靠在停靠容器内。

适用于

另请参阅