2.6.2.3 AddQuickBarColor 方法
功能描述:
快捷工具栏:增加颜色按钮
调用格式:
AddQuickBarColor(s_Caption,s_Key,s_ColorValue,b_Enabled, s_Tooltip, n_Before, b_Visible) |
方法参数:
参数名 |
类型 |
可选/必填 |
描述 |
s_Caption |
String |
必填 |
添加按钮的描述文字 |
s_Key |
String |
必填 |
您要添加的按钮关键字 |
s_ColorValue |
String |
必填 |
颜色值 如:“#ff0000” |
b_Enabled |
Boolean |
可选 |
是否可用 |
s_Tooltip |
String |
可选 |
鼠标悬浮时所显示的描述文字 |
n_Before |
Int |
可选 |
位置,默认最后添加 |
b_Visible |
Boolean |
可选 |
是否显示 |
返回值:
无
调用示例:
//eWebOffice1.AddQuickBarColor("选择颜色","Color1","#ff0000"); |