IUIX_Button::Tooltip Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Button::Tooltip Property}} | {{#customTitle:IUIX_Button::Tooltip Property}} | ||
− | {{#parentPage:PXV:IUIX_Button#Properties|Tooltip | + | {{#parentPage:PXV:IUIX_Button#Properties|Tooltip|property}} |
Gets or sets a button's ''tooltip'' text that is displayed when cursor hovers over a button. | Gets or sets a button's ''tooltip'' text that is displayed when cursor hovers over a button. |
Revision as of 08:38, 23 May 2015
Gets or sets a button's tooltip text that is displayed when cursor hovers over a button.
Syntax
HRESULT get_Tooltip([out, retval] BSTR* ppTooltip); HRESULT put_Tooltip([in] BSTR ppTooltip);