VSSETFRAMEPOS Enum

Definition

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

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_fDockBottom 32

Reserved.

SFP_fDockLeft 48

Reserved.

SFP_fDockRight 64

Reserved.

SFP_fDockTop 16

Reserved.

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_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_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).

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_fTabFirst 16

Reserved.

SFP_fTabLast 32

Reserved.

SFP_fTabNext 64

Reserved.

SFP_fTabPrevious 48

Reserved.

SFP_maskFrameMode 15

Reserved.

SFP_maskPosition 240

Reserved.

Remarks

COM Signature

From vsshell.idl:

Applies to