IITWindow Interface Reference
Inheritance diagram for IITWindow:
Detailed Description
Represents an iTunes window.You can retrieve all the windows using IiTunes::Windows().
Public Member Functions | |
Properties | |
HRESULT | Name ([out, retval] BSTR *name) |
Returns the name (title) of the window. | |
HRESULT | Kind ([out, retval] ITWindowKind *kind) |
Returns the kind of the window. | |
HRESULT | Visible ([out, retval] VARIANT_BOOL *isVisible) |
Returns true if the window is visible. | |
HRESULT | Visible ([in] VARIANT_BOOL shouldBeVisible) |
Hide or show the window. | |
HRESULT | Resizable ([out, retval] VARIANT_BOOL *isResizable) |
Returns true if the window is resizable. | |
HRESULT | Minimized ([out, retval] VARIANT_BOOL *isMinimized) |
Returns true if the window is minimized. | |
HRESULT | Minimized ([in] VARIANT_BOOL shouldBeMinimized) |
Minimize or restore the window. | |
HRESULT | Maximizable ([out, retval] VARIANT_BOOL *isMaximizable) |
Returns true if the window is maximizable. | |
HRESULT | Maximized ([out, retval] VARIANT_BOOL *isMaximized) |
Returns true if the window is maximized. | |
HRESULT | Maximized ([in] VARIANT_BOOL shouldBeMaximized) |
Maximize or restore the window. | |
HRESULT | Zoomable ([out, retval] VARIANT_BOOL *isZoomable) |
Returns true if the window is zoomable. | |
HRESULT | Zoomed ([out, retval] VARIANT_BOOL *isZoomed) |
Returns true if the window is zoomed. | |
HRESULT | Zoomed ([in] VARIANT_BOOL shouldBeZoomed) |
Zoom or unzoom the window. | |
HRESULT | Top ([out, retval] long *top) |
Returns the screen coordinate of the top edge of the window. | |
HRESULT | Top ([in] long top) |
Set the screen coordinate of the top edge of the window. | |
HRESULT | Left ([out, retval] long *left) |
Returns the screen coordinate of the left edge of the window. | |
HRESULT | Left ([in] long left) |
Set the screen coordinate of the left edge of the window. | |
HRESULT | Bottom ([out, retval] long *bottom) |
Returns the screen coordinate of the bottom edge of the window. | |
HRESULT | Bottom ([in] long bottom) |
Set the screen coordinate of the bottom edge of the window. | |
HRESULT | Right ([out, retval] long *right) |
Returns the screen coordinate of the right edge of the window. | |
HRESULT | Right ([in] long right) |
Set the screen coordinate of the right edge of the window. | |
HRESULT | Width ([out, retval] long *width) |
Returns the width of the window. | |
HRESULT | Width ([in] long width) |
Set the width of the window. | |
HRESULT | Height ([out, retval] long *height) |
Returns the height of the window. | |
HRESULT | Height ([in] long height) |
Set the height of the window. |
Member Function Documentation
|
Set the screen coordinate of the bottom edge of the window. This will resize, not move, the window. Currently, only the main browser and playlist windows can be resized.
|
|
Returns the screen coordinate of the bottom edge of the window.
|
|
Set the height of the window. This will resize, not move, the window. It is the equivalent of setting the IITWindow::Bottom property to IITWindow::Top plus height. Currently, only the main browser and playlist windows can be resized.
|
|
Returns the height of the window.
|
|
Returns the kind of the window.
|
|
Set the screen coordinate of the left edge of the window. This will move, not resize, the window.
|
|
Returns the screen coordinate of the left edge of the window.
|
|
Returns true if the window is maximizable.
|
|
Maximize or restore the window.
|
|
Returns true if the window is maximized.
|
|
Minimize or restore the window.
|
|
Returns true if the window is minimized.
|
|
Returns the name (title) of the window.
|
|
Returns true if the window is resizable.
|
|
Set the screen coordinate of the right edge of the window. This will resize, not move, the window. Currently, only the main browser and playlist windows can be resized.
|
|
Returns the screen coordinate of the right edge of the window.
|
|
Set the screen coordinate of the top edge of the window. This will move, not resize, the window.
|
|
Returns the screen coordinate of the top edge of the window.
|
|
Hide or show the window. Note that the main browser window cannot be hidden using COM. However, if the user has minimized the main browser window to the system tray, it will appear to be hidden (as well as minimized). In this case, the main browser window can be restored by setting either the IITWindow::Visible property to true or the IITWindow::Minimized property to false.
|
|
Returns true if the window is visible.
|
|
Set the width of the window. This will resize, not move, the window. It is the equivalent of setting the IITWindow::Right property to IITWindow::Left plus width. Currently, only the main browser and playlist windows can be resized.
|
|
Returns the width of the window.
|
|
Returns true if the window is zoomable.
|
|
Zoom or unzoom the window.
|
|
Returns true if the window is zoomed.
|
Generated on Fri Mar 13 12:50:54 2009 for iTunes 8.1.0.52
©2004-2007 Apple Computer, Inc.