'Declaration Public Overloads Function GetItemsFromType( _ ByVal type As Type _ ) As SmartItemList
'Usage Dim instance As SmartControl Dim type As Type Dim value As SmartItemList value = instance.GetItemsFromType(type)
public SmartItemList GetItemsFromType( Type type )
Parameters
- type
- The type of SmartItem to retrieve.
Return Value
A reference to a SmartItemList containing the child SmartItems of the specified type (or sub type).