CyberStore Documentation
GetControlByName Method


View with Navigation Tools Version
Dovetail.Ecommerce.ControlBases Namespace > CyberStoreBaseControl Class : GetControlByName Method
Name of the control.
Gets control by name.
Syntax
'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)

Parameters

ControlName
Name of the control.

Return Value

The control by name.
See Also

Reference

CyberStoreBaseControl Class
CyberStoreBaseControl Members