|
|
Called to tell the plugin to create it's pane. The pane will be resized as specified by the
DockPanePluginAttribute.
Should be overriden in conjunction with
DestroyHWndPane.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Function CreateHWndPane ( _ parent As IWin32Window _ ) As IWin32Window |
| C# |
|---|
public virtual IWin32Window CreateHWndPane( IWin32Window parent ) |
| Visual C++ |
|---|
public: virtual IWin32Window^ CreateHWndPane( IWin32Window^ parent ) |
Parameters
- parent
- Type: System.Windows.Forms..::..IWin32Window
The pane should be created using this window as it's parent