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
'Usage
Dim instance As VSSETFRAMEPOS
public enum VSSETFRAMEPOS
public enum class VSSETFRAMEPOS
public enum VSSETFRAMEPOS
Members
Member name | Description | |
---|---|---|
SFP_maskFrameMode | Obsolete. Do not use. | |
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 | Obsolete. Do not use. | |
SFP_fDockTop | Obsolete. Do not use. | |
SFP_fDockBottom | Dock the frame at the bottom. | |
SFP_fDockLeft | Obsolete. Do not use. | |
SFP_fDockRight | Obsolete. Do not use. | |
SFP_fTabFirst | Obsolete. Do not use. | |
SFP_fTabLast | Obsolete. Do not use. | |
SFP_fTabPrevious | Obsolete. Do not use. | |
SFP_fTabNext | Obsolete. Do not use. | |
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: