'Declaration Public Overloads Function GetItemsFromType( _ ByVal type As Type, _ ByVal recursive As Boolean _ ) As SmartItemList
'Usage Dim instance As SmartControl Dim type As Type Dim recursive As Boolean Dim value As SmartItemList value = instance.GetItemsFromType(type, recursive)
public SmartItemList GetItemsFromType( Type type, bool recursive )
Parameters
- type
- The type of SmartItem to retrieve.
- recursive
- true if child SmartItems should also be returned; false otherwise.
Return Value
A reference to a SmartItemList containing the child SmartItems of the specified type (or sub type).