Click or drag to resize

LightningChartGetParentWindow Method

LightningChart .NET Help
Get parent window handle (HWND). Needed when using the control from other systems than .NET.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public IntPtr GetParentWindow()

Return Value

Type: IntPtr
Parent window handle.
See Also