IUIX_InfoBtn::DrawTextFlags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DrawTextFlags([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_DrawTextFlags([out, retval] LONG* nDrawTextFlags); |
− | HRESULT put_DrawTextFlags([in] LONG | + | HRESULT put_DrawTextFlags([in] LONG nDrawTextFlags); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_InfoBtn|IUIX_InfoBtn]] | [[PXV:IUIX_InfoBtn|IUIX_InfoBtn]] |
Revision as of 03:23, 15 June 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* nDrawTextFlags); HRESULT put_DrawTextFlags([in] LONG nDrawTextFlags);