IUIX_Button::Text Property

From PDF XChange PDF SDK
Jump to: navigation, search

Gets or sets the text displayed on an UI button.

Syntax

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

See Also

IUIX_Button