This document is archived and information here might be outdated. Recommended version. |
Indicates if typesetting is used.
[Visual Basic .NET]
Public Property TypeSetting As Boolean
[C#]
public bool TypeSetting {get; set;}
[C++]
HRESULT get_TypeSetting(
Boolean* TypeSetting
);
[C++]
HRESULT put_TypeSetting(
VARIANT_BOOL TypeSetting
);
[C++] Parameters TypeSetting [out, retval]
TypeSetting is a parameter of type bool* TypeSetting [in]
TypeSetting is a parameter of type bool
TypeSetting is a Boolean indicator that determines whether text formatting tags will be either executed or displayed as characters within the string. True - formatting tags will be executed. False - formatting tags will be displayed as characters.