Messenger Plus! Live - Scripting Documentation

The PlusWnd::BaseColor property lets you modify the base color of the window (used to paint the background).

Syntax

This is a write-only property.
[number] BaseColor;

Data Type

A number representing the color to use as base color, in RGB format (0x00bbggrr).

This property typically fails for the following reason:

Remarks

Windows that are used for one specific contact can be colorized with the contact's associated color by using its ProfileColor property. To set the base color on creation, it is recommended to create the window with the WNDOPT_INVISIBLE option.

Property Information

Object PlusWnd
Availability Messenger Plus! Live 4.80

See Also

PlusWnd Object, Contact.rofileColor.