WPS 加载项开发 > 文字 API 参考 > Window > 属性 > Window.DisplayLeftScrollBar 属性
如果垂直滚动条显示在文档窗口左侧,则该属性值为 TrueBoolean 类型,可读写。

语法

表达式.DisplayLeftScrollBar

表达式   返回 Window 对象的表达式。

示例

本示例在活动窗口左侧显示垂直滚动条。

示例代码
ActiveWindow.DisplayLeftScrollBar = true


请参阅