ProgressString Property (JProgressBar)

Action

Gets the string representation of the current progress.

Syntax

C#
protected String ProgressString { get; }
VB
'Declaration
Protected Read Property ProgressString As String

Access

Read only.

Examples

VB

Dim progress As String = progressBar.ProgressString