VideoEnabled属性

适用范围
VideoBox

描述
获取或设置VideoBox是否显示视频。

使用

GGet Form.Control.VideoEnabled, var  
GSet  Form.Control.VideoEnabled, value  
Form
指定窗体名称或含有窗体名称的字符串变量。
Control
指定控件名称或含有控件名称的字符串。
var
指定要取得属性值的逻辑变量。
value
指定要在属性中设置的逻辑表达式。

数值
False
True
默认:False

另见
VideoBox、GraphicsEnabled

示例

GSet frmMain.VideoBox1.VideoEnabled, True