IAccessibilityDockingService interface
Docks an application window to the bottom of a monitor when a Windows Store app is visible and not snapped, or when the launcher is visible.
Members
The IAccessibilityDockingService interface inherits from the IUnknown interface. IAccessibilityDockingService also has these types of members:
Methods
The IAccessibilityDockingService interface has these methods.
| Method | Description |
|---|---|
| DockWindow |
Docks the specified window handle to the specified monitor handle. |
| GetAvailableSize |
Gets the dimensions available for docking an accessibility window on a monitor. |
| UnDockWindow |
Undocks the specified window handle if it is currently docked. |
Show: