网站首页 >> eWebOffice开发手册 >> 客户端接口说明 >> 快捷工具栏相关 >> 方法

2.6.2.7 SetQuickBarGroupValue 方法

功能描述:

快捷工具栏:设置按钮组的值,即选中的按钮

调用格式:

eWebOffice1.SetQuickBarItemEnabled (s_Key, b_Enabled)

方法参数:

参数名

类型

可选/必填

描述

s_GroupKey

String

必填

分组关键字

s_Key

String

必填

按钮关键字

返回值:

类型

描述

Boolean

返回设置是否成功

调用示例:

eWebOffice1.SetQuickBarGroupValue ("mode","HandWrite");