Click or drag to resize

ICameoControlUIControl Method

WinForms control that can be placed on a form, moved, resized, etc.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
Control UIControl()

Return Value

Control
WinForms control.
Remarks
You can stop live or playback by destroying the control (call Control.Dispose()).
Please, call Control.Dispose() if you do not need the control any more. This can save system resources.
See Also