HIDDEN_REGION_BEHAVIOR2 Enumeration

Provides additional members to the HIDDEN_REGION_BEHAVIOR enumeration.

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

Syntax

'Declaration
Public Enumeration HIDDEN_REGION_BEHAVIOR2
public enum HIDDEN_REGION_BEHAVIOR2
public enum class HIDDEN_REGION_BEHAVIOR2
type HIDDEN_REGION_BEHAVIOR2
public enum HIDDEN_REGION_BEHAVIOR2

Members

Member name Description
hrbClientDrawn Client will draw the collapsed region banner, only valid for collapsed regions.
hrbNoUserControls User controls (+/- glyph and banner dbl-click) will be disabled, only valid for collapsed regions.

Remarks

COM Signature

From textmgr2.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace