GraphicsEnabled属性
适用范围
VideoBox
描述
获取或设置VideoBox 是否显示视觉图形。
使用
GGet Form.Control.GraphicsEnabled, var
GSet Form.Control.GraphicsEnabled, value
- Form
- 指定窗体名称或含有窗体名称的字符串变量。
- Control
- 指定控件名称或含有控件名称的字符串。
- var
- 指定要取得属性值的逻辑变量。
- value
- 指定要在属性中设置的逻辑表达式。
数值
False
True
默认:False
另见
VideoBox、VideoEnabled
示例
GSet frmMain.VideoBox1.GraphicsEnabled, True
← GGet语句 GridEditor属性 →