SpreadsheetGear 2017
ScreenTip Property (IHyperlink)






SpreadsheetGear Namespace > IHyperlink Interface : ScreenTip Property
Gets or sets the screen tip of this hyperlink.
Syntax
'Declaration
 
Property ScreenTip As System.String
'Usage
 
Dim instance As IHyperlink
Dim value As System.String
 
instance.ScreenTip = value
 
value = instance.ScreenTip
System.string ScreenTip {get; set;}
read-write property ScreenTip: System.String; 
function get,set ScreenTip : System.String
__property System.string* get_ScreenTip();
__property void set_ScreenTip( 
   System.string* value
);
property System.String^ ScreenTip {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IHyperlink Interface
IHyperlink Members