Spread Silverlight Documentation
Text Property (TooltipControl)


GrapeCity.Windows.SpreadSheet.UI Namespace > TooltipControl Class : Text Property
Gets or sets the text that displayed on the tool-tip.
Syntax
'Declaration
 
Public Property Text As System.String
'Usage
 
Dim instance As TooltipControl
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public System.string Text {get; set;}

Property Value

The text displayed on the tool-tip.
See Also

Reference

TooltipControl Class
TooltipControl Members