Creates a custom tool window that hosts the
.NET user control loaded from the assembly specified by the
assemblyPath.
| [Visual Basic .NET] |
|---|
Public Function CreateNetToolWindowParam( _
ByVal Plugin As IAgUiPlugin, _
ByVal CreateParameters As IAgUiPluginWindowCreateParameters _
) As IAgUiWindow
|
| [C#] |
|---|
public IAgUiWindow CreateNetToolWindowParam(
|
| [Managed C++] |
|---|
public: IAgUiWindow^ CreateNetToolWindowParam(
|
| [Java] |
|---|
public IAgUiWindow createNetToolWindowParam(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateNetToolWindowParam(
|
- Plugin
- The plugin that creates the window.
- CreateParameters
- Contains information about the assembly path, user control type name, window position, etc.
A new window
| Create a custom window using embedded .NET user control | Copy Code
|
|
|---|---|---|
|
||