GeneralRulesSetMessageBackground Method |
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual void SetMessageBackground(
KnownColor background,
byte alpha
)
Parameters
- background
- Type: System.DrawingKnownColor
Names a color for the background of new messages. - alpha
- Type: SystemByte
Transparency level of the color: 255 = opaque, 128=50% transparent.
See Also