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

2.6.2.13 SetQuickBarItemCaption 方法

功能描述:

快捷工具栏:设置按钮显示标题。特别设置全屏按钮的Caption,有两种状态下caption不同,用"|"分隔

调用格式:

eWebOffice1.SetQuickBarItemCaption (s_Key,s_NewCaption)

方法参数:

参数名

类型

可选/必填

描述

s_Key

String

必填

是否可见

s_NewCaption

String

必填

新的标题

返回值:

类型

描述

Boolean

返回设置是否成功

调用示例:

eWebOffice1.SetQuickBarItemCaption ("SYSTEM_FullScreen","全屏|返回");