Description
The complete image file name/path for animated progress image.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ProgressImageFile() As String
|
| [C#] |
|---|
public string ProgressImageFile {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ProgressImageFile(); public: __property void set_ProgressImageFile(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ProgressImageFile(
BSTR * pImageFile
);
public: HRESULT put_ProgressImageFile(
BSTR ImageFile
);
|
| [Java] |
|---|
public String getProgressImageFile();
public void setProgressImageFile(
String
);
|
| [Python - STK API] |
|---|
@property
def ProgressImageFile(self) -> str:
@ProgressImageFile.setter
def ProgressImageFile(self, ImageFile:str) -> None:
|
See Also