Click or drag to resize
GeneralRulesSetMessageBackground Method
Sets the background for new messages added with ShowMessage(String).

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
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