VideoEnabled Property
Applies To
VideoBox
Description
Gets or sets whether the VideoBox displays video or not.
Usage
GGet Form.Control.VideoEnabled, var
GSet Form.Control.VideoEnabled, value
- Form
- Name of a form or string variable containing a form name.
- Control
- Name of a control or string variable containing a control name.
- var
- Boolean variable that will contain the value of the property.
- value
- Boolean expression for the new value of the property.
Values
False
True
Default: False
See Also
VideoBox, GraphicsEnabled
Example
GSet frmMain.VideoBox1.VideoEnabled, True