Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== FOCUSCELLCOLOR Property ====== ==== Applies To ==== Edit table. ==== Description ==== Defines the color to use for the cell that currently has focus within the edit table. ==== Usage ==== gFocusCellColor = Get_Property( editTable,"FOCUSCELLCOLOR") sFocusCellColor = Set_Property( editTable,"FOCUSCCELLCOLOR", color) ==== Remarks ==== Values passed in Set_Property(): ^Value^Description^ |color|An RGB value.| ==== Returns ==== Values returned by Get_Property and Set_Property ^Value^Description^ |gFocusCellColor|Returns the current color of the cell with focus.| |sFocusCellColor|Returns the color of the cell prior to the setting of the new color.| ==== See Also ==== [[font|FONT property]], [[focuscellfont|FOCUSCELLFONT property]], [[focuscellcolor|FOCUSCELLCOLOR property]], [[focusrectstyle|FOCUSRECTSTYLE property]], [[focusrectweight|FOCUSRECTWEIGHT property]], [[focusrectcolor|FOCUSRECTCOLOR property]] ==== Example ==== <code> Declare function Get_Property, Set_Property * Set the font of the cell that has focus within an edit table to Green. $Insert COLOR_Equates focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSCELLCOLOR", Green$ ) </code> guides/programming/programmers_reference_manual/focuscellcolor.txt Last modified: 2024/06/19 20:20by 127.0.0.1