Creates new XVideoTable class instance for managing the video on the given window.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XVideoTable(
	Control owner
)

Parameters

owner
Type: System.Windows.Forms..::.Control
The Control window on that the video will be rendered.

Exceptions

ExceptionCondition
System..::.ArgumentNullException owner is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also