Version

AjaxIndicator Class Members

The following tables list the members exposed by AjaxIndicator.

Public Properties
 NameDescription
Public PropertyAltTextGets sets alt attribute for image.  
Public PropertyBlockAreaGets sets option to create half transparent shell which blocks control or browser's window.  
Public PropertyBlockCssClassGets sets css class for blocking element which is used when BlockArea property is enabled.  
Public PropertyCssClassGets sets css class for indicator.  
Public PropertyEnabledGets sets option to enable or disable indicator.  
Public PropertyFadeInDurationGets sets duration of fade animation for show action.  
Public PropertyFadeInEquationTypeGets sets equation type of fade animation for show action.  
Public PropertyFadeOutDurationGets sets duration of fade animation for hide action.  
Public PropertyFadeOutEquationTypeGets sets equation type of fade animation for hide action.  
Public PropertyImageUrlGets sets image url for indicator.  
Public PropertyIsEmptyChecks if all properties have default values.  
Public PropertyLocationGets sets location of indicator relative to the bounds of target element.  
Public PropertyOffsetLeftGets sets extra horizontal offset of indicator from Location in pixels.  
Public PropertyOffsetTopGets sets extra vertical offset of indicator from Location in pixels.  
Public PropertyRelativeToControlGets sets option to set position of indicator relative to bounds of control or to browser's window.  
Public Propertystatic (Shared in Visual Basic)SharedAjaxIndicatorGets reference to shared AjaxIndicator or null.  
Public PropertyTextGets sets innerHTML for indicator.  
Public Methods
 NameDescription
Public MethodResetReset all properties to defaults.  
Public MethodToStringString representation of AjaxIndicator.  
See Also