SPELVideoControl Property

Description
Used to connect a SPELVideo control to the Spel class instance so that video and graphics can be displayed.

Syntax
Property SpelVideoControl As SpelVideo

See Also
GraphicsEnabled Property, VideoEnabled Property, Camera Property

SpelVideoControl Example
VB Example:

m_spel.SpelVideoControl = SpelVideo1  

C# Example:

m_spel.SpelVideoControl = SpelVideo1;