IUIX_Label::Text Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Label::Text Property}}
 
{{#customTitle:IUIX_Label::Text Property}}
Line 12: Line 13:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Label|IUIX_Label]].
+
[[PXV:IUIX_Label|IUIX_Label]].

Revision as of 07:31, 20 May 2015


Gets/sets label text.

Syntax

HRESULT get_Text([out, retval]  BSTR*  ppText);
HRESULT put_Text([in]  BSTR  ppText);

See Also

IUIX_Label.