IUIX_InfoBtn::DrawTextFlags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}}
 
{{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}}
{{#parentPage:PXV:IUIX_InfoBtn|DrawTextFlags Property|property}}
+
{{#parentPage:PXV:IUIX_InfoBtn#Properties|DrawTextFlags|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''DrawTextFlags''' of interface [[PXV:IUIX_InfoBtn|IUIX_InfoBtn]] returns/sets  Value of LONG ...
+
 
 +
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 ==
See also [[PXV:IUIX_InfoBtn|IUIX_InfoBtn]].
+
[[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