guides:programming:programmers_reference_manual:focusrectcolor

FOCUSRECTCOLOR Property

Edit table.

Defines the color of the rectangle drawn around the cell with focus.

gFocusRectColor = Get_Property( editTable,"FOCUSRECTCOLOR")

sFocusRectColor = Set_Property( editTable,"FOCUSRECTCOLOR", color)

Values passed in Set_Property():

ValueDescription
colorAn RGB value. The default value is 0 (black).

Values returned by Get_Property and Set_Property

ValueDescription
gFocusRectColorReturns the current rectangle color.
sFocusRectColorReturns the rectangle color of the cell prior to the setting of the new color.
Declare function Get_Property, Set_Property

$Insert Colors

* Set the rectangle color to red.

focusRectColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTCOLOR", Red$ )
  • guides/programming/programmers_reference_manual/focusrectcolor.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1