IUIX_InfoBtn::DrawTextFlags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}}
 
{{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}}
 
{{#parentPage:PXV:IUIX_InfoBtn#Properties|DrawTextFlags|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 ==

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