This document is archived and information here might be outdated. Recommended version. |
The option to add a callout line, if supported by the element.
[Visual Basic .NET]
Public Property UseCallOutLine As Boolean
[C#]
public bool UseCallOutLine {get; set;}
[C++]
HRESULT get_UseCallOutLine(
VARIANT_BOOL pbUseCallOut
);
[C++]
HRESULT put_UseCallOutLine(
Boolean* pbUseCallOut
);
[C++] Parameters pbUseCallOut [in]
pbUseCallOut is a parameter of type bool pbUseCallOut [out, retval]
pbUseCallOut is a parameter of type bool*