CyberStore Documentation
FindParentCyberStoreControl Method


Dovetail.Ecommerce.ControlBases Namespace > CyberStoreBaseControl Class : FindParentCyberStoreControl Method
The control.
Searches for the first parent cyber store control.
Syntax
'Declaration
 
Public Function FindParentCyberStoreControl( _
   ByVal control As Control _
) As CyberStoreBaseControl
'Usage
 
Dim instance As CyberStoreBaseControl
Dim control As Control
Dim value As CyberStoreBaseControl
 
value = instance.FindParentCyberStoreControl(control)
public CyberStoreBaseControl FindParentCyberStoreControl( 
   Control control
)

Parameters

control
The control.

Return Value

The found parent cyber store control.
Remarks
Benjamin J. Higgins, 4/30/2012.
See Also

Reference

CyberStoreBaseControl Class
CyberStoreBaseControl Members