NewHiddenRegion.dwBehavior Field

Definition

Determines whether a region is client- or editor-controlled.

public: System::UInt32 dwBehavior;
public: unsigned int dwBehavior;
unsigned int dwBehavior;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint dwBehavior;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable dwBehavior : uint32
Public dwBehavior As UInteger 

Field Value

Attributes

Remarks

This value is a combination of a bitwise or of the HIDDEN_REGION_BEHAVIOR enumeration, and is a permanent property of the hidden region.

COM Signature

From textmgr.idl:

Applies to