This document is archived and information here might be outdated. Recommended version. |
Indicates if a GDI comment is output for groupings.
[Visual Basic .NET]
Public Property OutputGDICommentForGroupings As Boolean
[C#]
public bool OutputGDICommentForGroupings {get; set;}
[C++]
HRESULT get_OutputGDICommentForGroupings(
Boolean* grouping
);
[C++]
HRESULT put_OutputGDICommentForGroupings(
VARIANT_BOOL grouping
);
[C++] Parameters grouping [out, retval]
grouping is a parameter of type bool* grouping [in]
grouping is a parameter of type bool