ToolTip Property (C1ProgressBar)
In This Topic
Gets or sets the format of the tooltip for the progress bar. The available formats are as follows: {0} or {ProgressValue} Expresses the current progress value. {1} or {PercentProgress} Expresses the current percent of the progress bar. {2} or {RemainingProgress} Expresses the remaining progress of the progress bar. {3} or {PercentageRemaining} Expresses the remaining percent of the progress bar. {4} or {Min} Expresses the minimum value of the progress bar. {5} or {Max} Expresses the maximum value of the progress bar.
Syntax
'Declaration
Public Overrides Property ToolTip As System.String
public override System.string ToolTip {get; set;}
See Also