LightningChartGetParentWindow Method |
LightningChart .NET Help
Get parent window handle (HWND).
Needed when using the control from other systems than .NET.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic IntPtr GetParentWindow()
Public Function GetParentWindow As IntPtr
public:
IntPtr GetParentWindow()
Return Value
Type:
IntPtrParent window handle.
See Also