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





Description

The animated progress image type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowProgressImage() As AgEShowProgressImage

[C#]
public AgEShowProgressImage ShowProgressImage {get; set;}

[Managed C++]
public: __property AgEShowProgressImage get_ShowProgressImage();
public: __property void set_ShowProgressImage(
AgEShowProgressImage
);

[Unmanaged C++]
public: HRESULT get_ShowProgressImage(
AgEShowProgressImage * pRetVal
);
public: HRESULT put_ShowProgressImage(
AgEShowProgressImage NewShowProgressImage
);

[Java]
public AgEShowProgressImage getShowProgressImage();public void setShowProgressImage(
AgEShowProgressImage
);

Example

[Visual Basic .NET] Copy Code
AxAgUiAxVOCntrl1.ShowProgressImage = AGI.STKX.AgEShowProgressImage.eShowProgressImageUser
...

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1