IWinFormsVisualPlugin
Overview
The IWinFormsVisualPlugin 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: IWinFormsVisualPlugin
Required Methods
ShowParented
method ShowParented(parent: Control)
void ShowParented(Control parent)
Sub ShowParented(parent As Control)
Parameters:
- parent: