HyperWorks Desktop

*BackgroundColor()

Specifies the background color for TextView or HyperGraph.

*BackgroundColor()

Specifies the background color for TextView or HyperGraph.

Previous topic Next topic No expanding text in this topic  

*BackgroundColor()

Specifies the background color for TextView or HyperGraph.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*BackgroundColor(Color)

Argument

Name

Description

 

Color

A number from 0 to 63 representing the 64 colors in the palette.

Example

*BeginTextEditor()

   *File_name("mview.mvw")

   *TextColor(3)

  *BackgroundColor(5)

*EndTextEditor()

Application

HyperGraph and TextView.

Context

*BeginPlot()

*BeginTextEditor()

Report Definitions

Comments

*BackgroundColor() is only valid in TextView or plot blocks.

The colors on the palette are numbered from left to right, top to bottom beginning with 0.

See also

 

*BeginTextEditor()

*TextColor()

List of Session Statements