_codewindowbehaviorflags 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.
Represents the different behaviors of a code window.
This enumeration supports a bitwise combination of its member values.
public enum class _codewindowbehaviorflags
public enum class _codewindowbehaviorflags
enum _codewindowbehaviorflags
[System.Flags]
public enum _codewindowbehaviorflags
[<System.Flags>]
type _codewindowbehaviorflags =
Public Enum _codewindowbehaviorflags
- Inheritance
-
_codewindowbehaviorflags
- Attributes
Fields
Name | Value | Description |
---|---|---|
CWB_DEFAULT | 0 | The default behavior (the window has a dropdown bar and can be split. |
CWB_DISABLEDROPDOWNBAR | 1 | The dropdown bar is disabled. |
CWB_DISABLESPLITTER | 2 | The window splitter is disabled. |