IMultiMonitorDockingSite interface
Implemented by the browser. Exposes methods that manage which monitor contains the Windows taskbar on a multiple monitor system.
Members
The IMultiMonitorDockingSite interface inherits from the IUnknown interface. IMultiMonitorDockingSite also has these types of members:
Methods
The IMultiMonitorDockingSite interface has these methods.
Method | Description |
---|---|
GetMonitor | Gets the current default monitor. |
RequestMonitor | Verifies that the monitor is active and available. |
SetMonitor | Changes which monitor is used for docked toolbars on a multiple monitor system. |
Remarks
You do not typically implement the IMultiMonitorDockingSite interface. The Shell browser implements this interface to support multiple monitors.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |