Version

getProgressIndicatorImage Method

This method returns the progressIndicator image.
Syntax
'Declaration
 
Public Shared Function getProgressIndicatorImage( _
   ByVal p As Page _
) As String
public static string getProgressIndicatorImage( 
   Page p
)

Parameters

p
The page that the control is on.

Return Value

In CLR 2.0 this returns the resource URL for the image. In CLR 1.x this returns the file name that will be used. In this case you would need to run it through the controls code to determine what path it is coming from.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also