_codewindowbehaviorflags Enum

Definition

Represents the different behaviors of a code window.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class _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.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022