IUIX_InfoBtn::DrawTextFlags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}} | {{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}} | ||
Line 12: | Line 13: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_InfoBtn|IUIX_InfoBtn]], [[PXV:UIX_DrawStringFlags|UIX_DrawStringFlags]]. |
Revision as of 06:27, 20 May 2015
Gets/sets parameters of how info button text will be displayed. See UIX_DrawStringFlags enumeration for a full list of available text drawing flags.
Syntax
HRESULT get_DrawTextFlags([out, retval] LONG* pDrawTextFlags); HRESULT put_DrawTextFlags([in] LONG pDrawTextFlags);