SignalGeneratorSetParentWindow Method |
LightningChart .NET Help
Set parent window handle (HWND).
Needed when using the control from other systems than .NET
Parent window handle
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntaxpublic void SetParentWindow(
IntPtr hwnd
)
Public Sub SetParentWindow (
hwnd As IntPtr
)
public:
void SetParentWindow(
IntPtr hwnd
)
Parameters
- hwnd
- Type: SystemIntPtr
[Missing <param name="hwnd"/> documentation for "M:Arction.WinForms.SignalProcessing.SignalGenerator.SetParentWindow(System.IntPtr)"]
See Also