Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the window frame position.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSSETFRAMEPOS
public enum VSSETFRAMEPOS
public enum class VSSETFRAMEPOS
type VSSETFRAMEPOS
public enum VSSETFRAMEPOS
Members
Member name | Description | |
---|---|---|
SFP_maskFrameMode | Reserved. | |
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_fTab | Indicates that the tool window frame is currently tabbed when returned in call to GetFramePos. You cannot set this value with SetFramePos. | |
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_maskPosition | Reserved. | |
SFP_fDockTop | Reserved. | |
SFP_fDockBottom | Reserved. | |
SFP_fDockLeft | Reserved. | |
SFP_fDockRight | Reserved. | |
SFP_fTabFirst | Reserved. | |
SFP_fTabLast | Reserved. | |
SFP_fTabPrevious | Reserved. | |
SFP_fTabNext | Reserved. | |
SFP_fSize | Allows you to set the width and height of a tool window frame when called from SetFramePos. | |
SFP_fMove | Allows you to set the screen co-ordinates for a tool window frame when called from SetFramePos. |
Remarks
COM Signature
From vsshell.idl: