Adds a custom configuration page using the
given embedded control.
| [Visual Basic .NET] |
|---|
Public Sub AddCustomEmbeddedControlPage( _
ByVal pPlugin As IAgUiPlugin, _
ByVal EmbeddedPluginUnk As Object, _
ByVal Caption As String _
)
|
| [C#] |
|---|
public void AddCustomEmbeddedControlPage(
|
| [Managed C++] |
|---|
public: void AddCustomEmbeddedControlPage(
|
| [Java] |
|---|
public addCustomEmbeddedControlPage(
|
| [Unmanaged C++] |
|---|
public: HRESULT AddCustomEmbeddedControlPage(
|
- 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.