WebViewControlConnect Method |
Namespace: Veeplay.utillities.controlsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Connect(
int connectionId,
Object target
)
Public Sub Connect (
connectionId As Integer,
target As Object
)
public:
virtual void Connect(
int connectionId,
Object^ target
) sealed
abstract Connect :
connectionId : int *
target : Object -> unit
override Connect :
connectionId : int *
target : Object -> unit
Parameters
- connectionId
- Type: SystemInt32
- target
- Type: SystemObject
Implements
IComponentConnectorConnect(Int32, Object)See Also