guides:programming:programmers_reference_manual:focusrectstyle

FOCUSRECTSTYLE Property

Edit table.

Defines how the focus rectangle is drawn around the cell with focus.

gFocusRectStyle = Get_Property( editTable,"FOCUSRECTSTYLE")

sFocusRectStyle = Set_Property( editTable,"FOCUSRECTSTYLE", value)

Values passed in Set_Property():

ValueDescription
0The default dotted line.
1A solid line.

Values returned by Get_Property and Set_Property

ValueDescription
gFocusRectStyleReturns the current rectangle style.
sFocusRectStyleReturns the style of the cell prior to the setting of the new style.
Declare function Get_Property, Set_Property

 

* Set the rectangle style to a solid line

focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTSTYLE", 1 )
  • guides/programming/programmers_reference_manual/focusrectstyle.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1