AGI Ui Plugins 11 Send comments on this topic.
GetIcon Method (IAgUiPluginEmbeddedControl)
See Also 





Description

Framework calls the method to retrieve an icon to be used as the window icon. The implementation can return a valid pointer to a IPictureDisp object or null if a default icon should be used.

Syntax

[Visual Basic .NET]
Public Function GetIcon() As Picture

[C#]
public System.Drawing.Image GetIcon();

[Managed C++]
public: stdole::IPictureDisp^ GetIcon();

[Java]
public Picture getIcon();

[Unmanaged C++]
public: HRESULT GetIcon(
stdole::IPictureDisp ** ReturnValue
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1