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