IUIX_Label::Tooltip Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_Label::Tooltip Property}}
 
{{#customTitle:IUIX_Label::Tooltip Property}}
 
{{#parentPage:PXV:IUIX_Label#Properties|Tooltip|property}}
 
{{#parentPage:PXV:IUIX_Label#Properties|Tooltip|property}}
{{ToReview}}
+
 
  
 
Gets/sets label ''tooltip'', that 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]].

Latest revision as of 11:49, 16 June 2015


Gets/sets label tooltip, that is displayed when cursor hovers over a label.

Syntax

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

See Also

IUIX_Label