GraphicsEnabled Property

Applies To
VideoBox

Description
Gets or sets whether the VideoBox displays vision graphics or not.

Usage

GGet Form.Control.GraphicsEnabled, var  
GSet  Form.Control.GraphicsEnabled, 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, VideoEnabled

Example

GSet frmMain.VideoBox1.GraphicsEnabled, True