Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Informs an accessibility app that its window has been undocked.
Members
The IAccessibilityDockingServiceCallback interface inherits from the IUnknown interface. IAccessibilityDockingServiceCallback also has these types of members:
- Methods
Methods
The IAccessibilityDockingServiceCallback interface has these methods.
Method | Description |
---|---|
Undocked | Called when the accessibility window has been undocked, giving the app the chance to redock. |
Remarks
Pass a pointer to the object that implements this interface when you call IAccessibilityDockingService::DockWindow.
When to implement
You must implement this interface in order to use the accessibility app docking feature and be notified of undock events.
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
Shobjidl.h |
IDL |
Shobjidl.idl |