STK XSend comments on this topic.
Picture Property (IAgUiAxGfxAnalysisCntrl)
See Also 
Windows






Windows & Linux

Description

The splash logo graphic to be displayed in the control.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Picture() As Picture
[C#]
public System.Drawing.Image Picture {get; set;}
[Managed C++]
public: __property stdole::IPictureDisp^ get_Picture();
public: __property void set_Picture(
   stdole::IPictureDisp ^
);
[Unmanaged C++]
public: HRESULT get_Picture(
   stdole::IPictureDisp ** ppRetVal
);
public: HRESULT put_Picture(
   stdole::IPictureDisp * pNewPicture
);
[Java]
public Picture getPicture();public void setPicture(
   Picture
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.