CyberStore E-Payment 2023 Documentation
GetControlByName Method


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)
public CyberStoreBaseControl GetControlByName( 
   string ControlName
)

Parameters

ControlName
Name of the control.

Return Value

The control by name.
See Also

Reference

CyberStoreBaseControl Class
CyberStoreBaseControl Members