Extensions.GetAllChildren Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax STATIC METHOD GetAllChildren(
SELF oParent AS Control,
addNested AS LOGIC
) AS List<Control>
public static List<Control> GetAllChildren(
this Control oParent,
[DefaultParameterValueAttribute(false, 0)] bool addNested
)
Request Example
View SourceParameters
- oParent
- Type: Control
- addNested
- Type: Logic
Return Value
Type:
ListControlUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Control. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also