STK XSend comments on this topic.
ProgressImageFile Property (AgUiAx2DCntrl)
See Also  Example
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 * 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
AxAgUiAx2DCntrl1.ProgressImageFile = "C:\Progress.gif"
...

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.