_codewindowbehaviorflags Enumeration
Visual Studio 2015
Represents the different behaviors of a code window.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| CWB_DEFAULT | The default behavior (the window has a dropdown bar and can be split. | |
| CWB_DISABLEDROPDOWNBAR | The dropdown bar is disabled. | |
| CWB_DISABLESPLITTER | The window splitter is disabled. |
Show: