IUIX_InfoBtn::DrawTextFlags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}}
 
{{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}}
{{#parentPage:PXV:IUIX_InfoBtn#Properties|DrawTextFlags Property|property}}
+
{{#parentPage:PXV:IUIX_InfoBtn#Properties|DrawTextFlags|property}}
{{ToReview}}
+
  
Gets/sets parameters of how info button text will be displayed. See [[PXV:UIX_DrawStringFlags|UIX_DrawStringFlags]] enumeration for a full list of available text drawing flags.
+
 
 +
Gets/sets parameters of how the info button text will be displayed. See [[PXV:UIX_DrawStringFlags|UIX_DrawStringFlags]] enumeration for a full list of available text drawing flags.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DrawTextFlags([out, retval]  LONG*  pDrawTextFlags);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DrawTextFlags([out, retval]  LONG*  nDrawTextFlags);
HRESULT put_DrawTextFlags([in]  LONG  pDrawTextFlags);
+
HRESULT put_DrawTextFlags([in]  LONG  nDrawTextFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_InfoBtn|IUIX_InfoBtn]], [[PXV:UIX_DrawStringFlags|UIX_DrawStringFlags]].
+
[[PXV:IUIX_InfoBtn|IUIX_InfoBtn]]

Latest revision as of 16:23, 15 June 2015


Gets/sets parameters of how the 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);

See Also

IUIX_InfoBtn