VSSETFRAMEPOS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the window frame position.
public enum class VSSETFRAMEPOS
public enum class VSSETFRAMEPOS
enum VSSETFRAMEPOS
public enum VSSETFRAMEPOS
type VSSETFRAMEPOS =
Public Enum VSSETFRAMEPOS
- Inheritance
-
VSSETFRAMEPOS
Fields
Name | Value | Description |
---|---|---|
SFP_fMove | -2147483648 | Allows you to set the screen co-ordinates for a tool window frame when called from SetFramePos(VSSETFRAMEPOS, Guid, Int32, Int32, Int32, Int32). |
SFP_fDock | 1 | Indicates that the tool window frame is currently docked when returned in call to GetFramePos(VSSETFRAMEPOS[], Guid, Int32, Int32, Int32, Int32). You cannot set this value with SetFramePos(VSSETFRAMEPOS, Guid, Int32, Int32, Int32, Int32). |
SFP_fTab | 2 | Indicates that the tool window frame is currently tabbed when returned in call to GetFramePos(VSSETFRAMEPOS[], Guid, Int32, Int32, Int32, Int32). You cannot set this value with SetFramePos(VSSETFRAMEPOS, Guid, Int32, Int32, Int32, Int32). |
SFP_fFloat | 3 | Indicates that the tool window frame is currently floating when returned in call to GetFramePos(VSSETFRAMEPOS[], Guid, Int32, Int32, Int32, Int32). You cannot set this value with SetFramePos(VSSETFRAMEPOS, Guid, Int32, Int32, Int32, Int32). |
SFP_fMdiChild | 4 | Indicates that the tool window frame is currently within the MDI space when returned in call to GetFramePos(VSSETFRAMEPOS[], Guid, Int32, Int32, Int32, Int32). You cannot set this value with SetFramePos(VSSETFRAMEPOS, Guid, Int32, Int32, Int32, Int32). |
SFP_maskFrameMode | 15 | Reserved. |
SFP_fDockTop | 16 | Reserved. |
SFP_fTabFirst | 16 | Reserved. |
SFP_fDockBottom | 32 | Reserved. |
SFP_fTabLast | 32 | Reserved. |
SFP_fDockLeft | 48 | Reserved. |
SFP_fTabPrevious | 48 | Reserved. |
SFP_fDockRight | 64 | Reserved. |
SFP_fTabNext | 64 | Reserved. |
SFP_maskPosition | 240 | Reserved. |
SFP_fSize | 1073741824 | Allows you to set the width and height of a tool window frame when called from SetFramePos(VSSETFRAMEPOS, Guid, Int32, Int32, Int32, Int32). |
Remarks
COM Signature
From vsshell.idl: