ESRI.ArcGIS.ADF.Web.UI.WebControls
ProgressBarImage Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > UIParameterPanel Class : ProgressBarImage Property




Image to display on the progress bar in the control dialog.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property ProgressBarImage As HtmlImage
Visual Basic (Usage)Copy Code
Dim instance As UIParameterPanel
Dim value As HtmlImage
 
value = instance.ProgressBarImage
C# 
[BrowsableAttribute(false)]
public HtmlImage ProgressBarImage {get;}

See Also

© 2010 All Rights Reserved.