The complete image file name/path for animated progress image.
Read-write property
[Visual Basic .NET] |
---|
Public Property ProgressImageFile() As String |
[C#] |
---|
public string ProgressImageFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ProgressImageFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_ProgressImageFile( |
[Java] |
---|
public String getProgressImageFile();public void setProgressImageFile( |
Complete path and file name to an animated GIF file.
[Visual Basic .NET] | ![]() | |
---|---|---|
|