'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.