Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ProgressBar.IndicatorImage Property

Gets or sets the URL of the image for the progess indicator.

[Visual Basic]
Public Property IndicatorImage As String
[C#]
public String IndicatorImage {get; set;}

Remarks

A progress indicator is a special image used to indicate the current position of the ProgressBar. You can move the indicator image by calling setValue to set the ProgressBar's value.

See Also

ProgressBar Class | EO.Web Namespace


Direct link to this topic