VSSETFRAMEPOS Enumeration

 

Sets the window frame position.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum VSSETFRAMEPOS

Member nameDescription
SFP_fDock

Indicates that the tool window frame is currently docked when returned in call to GetFramePos. You cannot set this value with SetFramePos.

SFP_fDockBottom

Reserved.

SFP_fDockLeft

Reserved.

SFP_fDockRight

Reserved.

SFP_fDockTop

Reserved.

SFP_fFloat

Indicates that the tool window frame is currently floating when returned in call to GetFramePos. You cannot set this value with SetFramePos.

SFP_fMdiChild

Indicates that the tool window frame is currently within the MDI space when returned in call to GetFramePos. You cannot set this value with SetFramePos.

SFP_fMove

Allows you to set the screen co-ordinates for a tool window frame when called from SetFramePos.

SFP_fSize

Allows you to set the width and height of a tool window frame when called from SetFramePos.

SFP_fTab

Indicates that the tool window frame is currently tabbed when returned in call to GetFramePos. You cannot set this value with SetFramePos.

SFP_fTabFirst

Reserved.

SFP_fTabLast

Reserved.

SFP_fTabNext

Reserved.

SFP_fTabPrevious

Reserved.

SFP_maskFrameMode

Reserved.

SFP_maskPosition

Reserved.

From vsshell.idl:

Return to top
Show: