IWin32VisualPlugin
Overview
The IWin32VisualPlugin interface is used internally by the Hydra core to interact with .NET visual plugins. There is no need to use this interface manually since it is already implemented by all visual plugins.
Location
- Reference: RemObjects.Hydra.dll
- Namespace: RemObjects.Hydra
- Ancestry: IWin32VisualPlugin
Required Methods
ShowParented
method ShowParented(parent: IntPtr)
void ShowParented(IntPtr parent)
Sub ShowParented(parent As IntPtr)
Parameters:
- parent: