AGI Ui Plugins 11Send 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
);
[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

© 2019 Analytical Graphics, Inc. All Rights Reserved.