'Declaration
Public Function GetControlByName( _ ByVal ControlName As String _ ) As CyberStoreBaseControl
'Usage
Dim instance As CyberStoreBaseControl Dim ControlName As String Dim value As CyberStoreBaseControl value = instance.GetControlByName(ControlName)
public CyberStoreBaseControl GetControlByName( string ControlName )
Parameters
- ControlName
- Name of the control.
Return Value
The control by name.