Programming with Reflection

image\rwnprg32.gif GraphicsCrosshairColor property

 

Syntax

object.GraphicsCrosshairColor
object.GraphicsCrosshairColor = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the color of the graphics crosshair cursor in a 3179-G terminal session.

This property is only relevant for 3270 terminal sessions emulating the Extended terminal models.

Values

The default value is rcGreen.

rcBlack The crosshair color is cyan.

rcBlue The crosshair color is cyan.

rcCyan The crosshair color is cyan.

rcDkBlue The crosshair color is dark blue.

rcDkCyan The crosshair color is dark cyan.

rcDkGreen The crosshair color is dark green.

rcDkGrey The crosshair color is dark gray.

rcDkMagenta The crosshair color is dark magenta.

rcDkRed The crosshair color is dark red.

rcDkYellow The crosshair color is dark yellow.

rcGreen The crosshair color is green.

rcGrey The crosshair color is gray.

rcMagenta The crosshair color is magenta.

rcRed The crosshair color is red.

rcWhite The crosshair color is white.

rcYellow The crosshair color is yellow.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property