This document is archived and information here might be outdated. Recommended version. |
Circled .
[Visual Basic .NET]
Public Property Circled As Boolean
[C#]
public bool Circled {get; set;}
[C++]
HRESULT get_Circled(
VARIANT_BOOL b
);
[C++]
HRESULT put_Circled(
Boolean* b
);
[C++] Parameters b [in]
b is a parameter of type bool b [out, retval]
b is a parameter of type bool*