IUIX_Label::Tooltip 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::Tooltip Property}}
 
{{#customTitle:IUIX_Label::Tooltip 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 tooltip, which is displayed when cursor hovers over a label.

Syntax

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

See Also

IUIX_Label.