IDeskBand interface
Used to obtain information about a band object.
Members
The IDeskBand interface inherits from IDockingWindow. IDeskBand also has these types of members:
Methods
The IDeskBand interface has these methods.
| Method | Description |
|---|---|
| GetBandInfo |
Gets state information for a band object. |
Remarks
This interface also provides the methods of the IOleWindow and IDockingWindow interfaces, from which it inherits.
When to Implement
Implement IDeskBand if you are implementing a band object.
When to Use
You do not call this interface directly. IDeskBand is used by the Shell or the browser to obtain display information for a band object.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also