The PlusWnd::BaseColor property lets you modify the base color of the window (used to paint the background).
This is a write-only property. [number] BaseColor;
A number representing the color to use as base color, in RGB format (0x00bbggrr).
This property typically fails for the following reason:
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.
Object | PlusWnd |
---|---|
Availability | Messenger Plus! Live 4.80 |