The tooltip displayed when the mouse is over the control.

Namespace:  C1.Web.UI.Controls.C1ProgressBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public override string ToolTip { get; set; }
Visual Basic (Declaration)
Public Overrides Property ToolTip As String
	Get
	Set

Remarks

The default value for this property is '{1}%'.

See Also