ProgressIndicator Object

Glossary Item Box

Infragistics® NetAdvantage® for ASP.NET (CLR 2.0)

ProgressIndicator Object

ProgressIndicator

Object that represents properties of progress indicator.


ProgressIndicator Methods

getImageUrl

Obtains the name of image which is used for progress indicator. Note: if setTemplate was used, then that image is not rendered.

Returns

Name of url which contains image.

Note: This property will only return a value if the corresponding setter has been applied. The default value is not accessible through these public functions.

getLocation

Obtains the location of progress indicator.

Returns

Numeric value which is defined as member in the ig_Location class.

getTemplate

Obtains the value of innerHTML used for progress indicator. Note: that is has priority over get/setImageUrl.

Returns

Value of innerHTML applied to the DIV html element of progress indicator.

Note: This property will only return a value if the corresponding setter has been applied. The default value is not accessible through these public functions.

setImageUrl

Sets the name of image which is used for progress indicator. Note: if setTemplate was used, then that image is not rendered.

Parameters
url

Name of url which contains image.

setLocation

Sets the location of progress indicator.

Parameters
location

Numeric value which is defined as member in the ig_Location class. For example: ig_Location.TopCenter, ig_Location.AboveInfront, ig_Location.BelowCenter

setTemplate

Sets the value of innerHTML used for progress indicator. Note: that is has priority over get/setImageUrl.

Parameters
innerHTML

Value of innerHTML applied to the DIV html element of progress indicator.

E-mail your feedback on this topic.

Opinion about our help? Take our survey.

Copyright © 1996-2007 Infragistics, Inc. All rights reserved.

Build Version: 7.2.20072.1063