_codewindowbehaviorflags Enumeration

Represents the different behaviors of a code window.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration _codewindowbehaviorflags
[FlagsAttribute]
public enum _codewindowbehaviorflags
[FlagsAttribute]
public enum class _codewindowbehaviorflags
[<FlagsAttribute>]
type _codewindowbehaviorflags
public enum _codewindowbehaviorflags

Members

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.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace