CMS_SetBorderColor
Description
Sets the border color of the balloon message when using alternative color scheme
Â
Syntax
CMS_SetBorderColor(sColorHtmlValue) as Boolean
Â
Parameters
sColorHtmlValue(String)
Color Hex value. For more information on Color HEX click here
Â
Example
VBScript
If bStatus Then bStatus = CMS_SetTopColor("#E8E8E8") If bStatus Then bStatus = CMS_SetBottomColor("#D0D0D0") If bStatus Then bStatus = CMS_SetBorderColor("#505050") If bStatus Then bStatus = CMS_SetTextColor("#000000")
Â