ObjectEditorFormGetAllChildren Method |
Namespace: DWSIM.SharedClassesAssembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax public IEnumerable<Control> GetAllChildren(
Control control
)
Public Function GetAllChildren (
control As Control
) As IEnumerable(Of Control)
Request Example
View SourceParameters
- control Control
-
Return Value
IEnumerableControlSee Also