GraphicsEnabled屬性
套用至
VideoBox
描述
取得或設定VideoBox是否顯示視覺圖形。
使用方式
GGet Form.Control.GraphicsEnabled, var
GSet Form.Control.GraphicsEnabled, value
- Form
- 指定表單名稱或含表單名稱的字串變數。
- Control
- 指定控制項名稱或含控制項名稱的字串。
- var
- 指定取得屬性值的Boolean變數。
- value
- 指定屬性中設定的Boolean運算式。
數值
False
True
預設值:False
另請參閱
VideoBox、VideoEnabled
範例
GSet frmMain.VideoBox1.GraphicsEnabled, True
← GGet陳述式 GridEditor屬性 →