Show / Hide Table of Contents

Interface IDockProvider

Exposes methods and properties to support access by a UI automation client to controls that expose their dock properties in a docking container.

Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface IDockProvider

Properties

| Improve this Doc View Source

DockPosition

Gets the current DockPosition of the control in a docking container.

Declaration
DockPosition DockPosition { get; }
Property Value
Type Description
DockPosition

The DockPosition of the control, relative to the boundaries of the docking container and to other elements in the container.

Methods

| Improve this Doc View Source

SetDockPosition(DockPosition)

Docks the control in a docking container.

Declaration
void SetDockPosition(DockPosition dockPosition)
Parameters
Type Name Description
DockPosition dockPosition

The dock position, relative to the boundaries of the docking container and to other elements in the container.

  • Improve this Doc
  • View Source