IUIX_Button::Tooltip Property

From PDF XChange PDF SDK
Jump to: navigation, search

Gets or sets a button's tooltip text that is displayed when cursor hovers over a button.

Syntax

HRESULT get_Tooltip([out, retval]  BSTR*  sTooltip);
HRESULT put_Tooltip([in]  BSTR  sTooltip);

See Also

IUIX_Button