AGI Ui Plugins 11 Send 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.





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
);

[Java]
public  addCustomEmbeddedControlPage(
IAgUiPlugin pPlugin,
Object EmbeddedPluginUnk,
String Caption
);

[Unmanaged C++]
public: HRESULT AddCustomEmbeddedControlPage(
IAgUiPlugin * pPlugin,
IUnknown * EmbeddedPluginUnk,
BSTR 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1