IVsWindowFrame Members
Include Protected Members
Include Inherited Members
Provides access to behaviors and properties of environment window frames, for both tool and document windows.
The IVsWindowFrame type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloseFrame | Closes a window. | |
GetFramePos | Returns the position of the window. | |
GetGuidProperty | Returns a window frame property based on a supplied GUID. | |
GetProperty | Returns a window property. | |
Hide | Hides a window. | |
IsOnScreen | Returns true if the window frame is on the screen. | |
IsVisible | Determines whether or not the window is visible. | |
QueryViewInterface | Provides IVsWindowFrame with a view helper (VSFPROPID_ViewHelper) inserted into its list of event notifications. | |
SetFramePos | Sets the position of the window. | |
SetGuidProperty | Sets a window frame property based on a supplied GUID. | |
SetProperty | Sets a window frame property. | |
Show | Renders this window visible, brings the window to the top, and activates the window. | |
ShowNoActivate | Shows or makes a window visible and brings it to the top, but does not make it the active window. |
Top