This document is archived and information here might be outdated. Recommended version. |
Indicates if a boolean font attribute is set.
[Visual Basic .NET]
Public Property State As Boolean
[C#]
public bool State {get; set;}
[C++]
HRESULT get_State(
Boolean* State
);
[C++]
HRESULT put_State(
VARIANT_BOOL State
);
[C++] Parameters State [out, retval]
State is a parameter of type bool* State [in]
State is a parameter of type bool
Boolean setting of either Italic, Bold or Underline.