Share via


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

Public method

CloseFrame

Closes a window.

Public method

GetFramePos

Returns the position of the window.

Public method

GetGuidProperty

Returns a window frame property based on a supplied GUID.

Public method

GetProperty

Returns a window property.

Public method

Hide

Hides a window.

Public method

IsOnScreen

Returns true if the window frame is on the screen.

Public method

IsVisible

Determines whether or not the window is visible.

Public method

QueryViewInterface

Provides IVsWindowFrame with a view helper (VSFPROPID_ViewHelper) inserted into its list of event notifications.

Public method

SetFramePos

Sets the position of the window.

Public method

SetGuidProperty

Sets a window frame property based on a supplied GUID.

Public method

SetProperty

Sets a window frame property.

Public method

Show

Renders this window visible, brings the window to the top, and activates the window.

Public method

ShowNoActivate

Shows or makes a window visible and brings it to the top, but does not make it the active window.

Top

See Also

Reference

IVsWindowFrame Interface

Microsoft.VisualStudio.Shell.Interop Namespace