Text Viewer ActiveX Control

BackgroundColor

 

Set the background color.

TextReader1.BackgroundColor=color


Parameter
color
the background color

Remark
This property is Read/Write.

Example

   

VB.NET Syntax
AxTextReaderAx1.BackgroundColor = Color.Blue


   

Visual Basic Syntax
TextViewer1.BackgroundColor =RGB(0,0,0)