This property allows to set the default brush style when FontLocked is false.

The default is IEBrushStyles.Solid, which means that when you change the memo background color the characters remains with their unchanged background color.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEBrushStyles CharsBrush { get; set; }
Public Property CharsBrush As IEBrushStyles
	Get
	Set
public:
property IEBrushStyles CharsBrush {
	IEBrushStyles get ();
	void set (IEBrushStyles value);
}

See Also