STK UI PluginsSend comments on this topic.
Window Property (IAgUiPluginEmbeddedControlSite)
See Also
Windows





Windows & Linux

Description

Returns a pointer to the container that is hosting the embedded control.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Window() As IAgUiWindow
[C#]
public IAgUiWindow Window {get;}
[Managed C++]
public: __property IAgUiWindow ^ get_Window();
[Unmanaged C++]
public: HRESULT get_Window(
    IAgUiWindow ** ppContainer
);
[Java]
public IAgUiWindow getWindow();

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.