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