This document is archived and information here might be outdated. Recommended version. |
Indicates whether bold fonts style.
[Visual Basic .NET]
Public Property Bold As Boolean
[C#]
public bool Bold {get; set;}
[C++]
HRESULT get_Bold(
Boolean* Bold
);
[C++]
HRESULT put_Bold(
VARIANT_BOOL Bold
);
[C++] Parameters Bold [out, retval]
Bold is a parameter of type bool* Bold [in]
Bold is a parameter of type bool