IUIX_Label::Tooltip Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets/sets label ''tooltip'', which is displayed when cursor hovers over a [[PXV:IUIX_Label|label]].
+
Gets/sets label ''tooltip'', that is displayed when cursor hovers over a [[PXV:IUIX_Label|label]].
  
 
== Syntax ==
 
== Syntax ==

Revision as of 02:49, 25 May 2015


Gets/sets label tooltip, that 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