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.
Controls the display mode of a tool window.
public enum class VSFRAMEMODE
public enum class VSFRAMEMODE
enum VSFRAMEMODE
public enum VSFRAMEMODE
type VSFRAMEMODE =
Public Enum VSFRAMEMODE
- Inheritance
-
VSFRAMEMODE
Fields
VSFM_Dock | 0 | The tool window is docked. A docked tool window is attached to the side of the application window. |
VSFM_Float | 1 | The tool window is able to float over other windows. Floating windows can exist outside the application area. |
VSFM_FloatOnly | 3 | The tool window is able to float over other windows, and cannot be docked. |
VSFM_MdiChild | 2 | The tool window is a Multiple Document Interface (MDI) child window, and is treated in a manner similar to a document window. |
Remarks
COM Signature
From vsshell.idl: