Share via


NewHiddenRegionEx.pBannerAttr Field

Definition

Specifies banner attributes (same as colorizer attributes).

public: IntPtr pBannerAttr;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")]
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr pBannerAttr;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")>]
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable pBannerAttr : nativeint
Public pBannerAttr As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Remarks

pBannerAttr is ignored unless hrbColorBanner is specified in dwFlags. When AddHiddenRegionsEx is called, the core editor will make a copy of pBannerAttr (if not null), leaving the caller to free this instance.

Applies to