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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface