AGI STK X 11Send comments on this topic.
ProgressImageFile Property (AgUiAxVOCntrl)
See Also
Windows






Windows & Linux

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
);

Remarks

Complete path and file name to an animated GIF file.

See Also

Example

[Visual Basic .NET]
AxAgUiAxVOCntrl1.ProgressImageFile = "C:\Progress.gif"
...
© 2019 Analytical Graphics, Inc. All Rights Reserved.