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 | |
|---|---|---|
| .gif) | CloseFrame | Closes a window. | 
| .gif) | GetFramePos | Returns the position of the window. | 
| .gif) | GetGuidProperty | Returns a window frame property based on a supplied GUID. | 
| .gif) | GetProperty | Returns a window property. | 
| .gif) | Hide | Hides a window. | 
| .gif) | IsOnScreen | Returns true if the window frame is on the screen. | 
| .gif) | IsVisible | Determines whether or not the window is visible. | 
| .gif) | QueryViewInterface | Provides IVsWindowFrame with a view helper (VSFPROPID_ViewHelper) inserted into its list of event notifications. | 
| .gif) | SetFramePos | Sets the position of the window. | 
| .gif) | SetGuidProperty | Sets a window frame property based on a supplied GUID. | 
| .gif) | SetProperty | Sets a window frame property. | 
| .gif) | Show | Renders this window visible, brings the window to the top, and activates the window. | 
| .gif) | ShowNoActivate | Shows or makes a window visible and brings it to the top, but does not make it the active window. | 
Top