2.6.2.8 GetQuickBarItemEnabled 方法
功能描述:
快捷工具栏:返回指定按钮是否可用
调用格式:
var b = eWebOffice1.GetQuickBarItemEnabled (s_Key) |
方法参数:
参数名 |
类型 |
可选/必填 |
描述 |
s_Key |
String |
必填 |
按钮关键字 |
返回值:
类型 |
描述 |
Boolean |
获取按钮是否可用 |
调用示例:
var b = eWebOffice1.GetQuickBarItemEnabled ("HandWrite"); |