STK X Send comments on this topic.
ProgressImageFile Property (AgUiAxVOCntrl)
See Also  Example





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 * pRetVal
);
public: HRESULT put_ProgressImageFile(
BSTR NewProgressImageFile
);

[Java]
public String getProgressImageFile();public void setProgressImageFile(
String
);

Remarks

Complete path and file name to an animated GIF file.

Example

[Visual Basic .NET] Copy Code
AxAgUiAxVOCntrl1.ProgressImageFile = "C:\Progress.gif"
...

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1