CyberStore E-Payment 2023 Documentation
FindChildControl Method


Dovetail.Ecommerce.ControlBases Namespace > CyberStoreBaseControl Class : FindChildControl Method
Syntax
'Declaration
 
Public Function FindChildControl( _
   ByVal Control_ID As String _
) As Control
'Usage
 
Dim instance As CyberStoreBaseControl
Dim Control_ID As String
Dim value As Control
 
value = instance.FindChildControl(Control_ID)
public Control FindChildControl( 
   string Control_ID
)

Parameters

Control_ID
See Also

Reference

CyberStoreBaseControl Class
CyberStoreBaseControl Members