ActiveReports Developer 7
ToolTip Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > Tool Class : ToolTip Property

Glossary Item Box

Gets or sets the text to display when the users hovers the pointer over the tool.

Syntax

Visual Basic (Declaration) 
Public Property ToolTip As System.String
C# 
public System.string ToolTip {get; set;}

See Also