Click or drag to resize

ChartToolsGetAllControls Method

LightningChart .NET Help
Get all controls and its subcontrols

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static List<Control> GetAllControls(
	Control control,
	bool getSubControls
)

Parameters

control
Type: System.Windows.FormsControl
Control whose controls are to investigated
getSubControls
Type: SystemBoolean
Give true if control's subcontrols are seeked too (recursive)

Return Value

Type: ListControl
List of contorls
See Also