Indeterminate Property (JProgressBar)

Action

Gets whether the progress bar is indeterminate.

Syntax

C#
protected Boolean Indeterminate { get; }
VB
'Declaration
Protected Read Property Indeterminate As Boolean

Access

Read only.

Examples

VB

Dim isIndeterminate As Boolean = progressBar.Indeterminate