VOGroupBox.GetAllChildren Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD GetAllChildren(
aChildren AS IList<IVOControl>
) AS IList<IVOControl>
public virtual IList<IVOControl> GetAllChildren(
IList<IVOControl> aChildren
)
Request Example
View SourceParameters
- aChildren
- Type: IListIVOControl
Return Value
Type:
IListIVOControlSee Also