VsFrameMode 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.
VSFRAMEMODE, VSFRAMEMODE2
public enum class VsFrameMode
public enum class VsFrameMode
enum VsFrameMode
public enum VsFrameMode
type VsFrameMode =
Public Enum VsFrameMode
- Inheritance
-
VsFrameMode
Fields
AutoHide | 4 | Specifies the frame mode is autohide. This value cannot be combined with other VsFrameMode flags. |
Dock | 0 | Specifies the tool window is docked. A docked tool window is attached to the side of the application window. |
Float | 1 | Specifies the tool window is able to float over other windows. Floating windows can exist outside the application area. |
FloatOnly | 3 | Specifies the tool window is able to float over other windows, and cannot be docked. |
MdiChild | 2 | Specifies the tool window is a Multiple Document Interface (MDI) child window, and is treated in a manner similar to a document window. |