_codewindowbehaviorflags Enum

Definition

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

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.

Applies to