'Declaration
Public Shared Function FindAllControlsOfType( _ ByVal root As Control, _ ByVal type As Type _ ) As List(Of CyberStoreBaseControl)
'Usage
Dim root As Control Dim type As Type Dim value As List(Of CyberStoreBaseControl) value = CyberStoreBaseControl.FindAllControlsOfType(root, type)
public static List<CyberStoreBaseControl> FindAllControlsOfType( Control root, Type type )
Parameters
- root
- type