ChartToolsGetAllControls Method |
LightningChart .NET Help
Get all controls and its subcontrols
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static List<Control> GetAllControls(
Control control,
bool getSubControls
)
Public Shared Function GetAllControls (
control As Control,
getSubControls As Boolean
) As List(Of Control)
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:
ListControlList of contorls
See Also