STK UI PluginsSend comments on this topic.
AddCustomEmbeddedControlPage Method (IAgUiPluginConfigurationPageBuilder)
See Also
pPlugin
A plugin object.
EmbeddedPluginUnk
A pointer to an instance of a native control that implements IAgUiPluginEmbeddedWindowHandle.
Caption
A text displayed as custom property page title.
Windows





Windows & Linux

Description

Adds a custom configuration page using the given embedded control.

Syntax

[Visual Basic .NET]
Public Sub AddCustomEmbeddedControlPage( _
    ByVal pPlugin As IAgUiPlugin, _
    ByVal EmbeddedPluginUnk As Object, _
    ByVal Caption As String _
)
[C#]
public void AddCustomEmbeddedControlPage(
    IAgUiPlugin pPlugin,
    Object EmbeddedPluginUnk,
    string Caption
);
[Managed C++]
public: void AddCustomEmbeddedControlPage(
    IAgUiPlugin ^ pPlugin,
    IUnknown ^ EmbeddedPluginUnk,
    String __gc ^ Caption
);
[Unmanaged C++]
public: HRESULT AddCustomEmbeddedControlPage(
    IAgUiPlugin * pPlugin,
    IUnknown * EmbeddedPluginUnk,
    BSTR Caption
);
[Java]
public void addCustomEmbeddedControlPage(
    IAgUiPlugin pPlugin,
    Object EmbeddedPluginUnk,
    String Caption
);

Parameters

pPlugin
A plugin object.
EmbeddedPluginUnk
A pointer to an instance of a native control that implements IAgUiPluginEmbeddedWindowHandle.
Caption
A text displayed as custom property page title.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.