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. ====== FOCUSCELLFONT Property ====== ==== Applies To ==== Edit table. ==== Description ==== Defines the font to use for the cell that currently has focus within the edit table. ==== Usage ==== gFocusCellFont = Get_Property( editTable,"FOCUSCELLFONT") sFocusCellFont = Set_Property( editTable,"FOCUSCELLFONT", fontStruct) ==== Remarks ==== Values passed in Set_Property(): ^Value^Description^ |fontStruct|The standard OpenInsight font structure. Refer to the [[font|FONT property]] for details.| ==== Returns ==== Values returned by Get_Property and Set_Property ^Value^Description^ |gFocusCellFont|Returns the current font of the cell with focus.| |sFocusCellFont|Returns the font of the cell prior to the setting of the new font.| ==== 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 its existing font but ITALIC. focusCellFont = Get_Property( @window : ".TABLE_1", "FOCUSCELLFONT" ) focusCellFont<1,1,4> = 1 ; * Italic focusCellFont = Set_Property( @window : ".TABLE_1", "FOCUSCELLFONT", focusCellFont ) </code> guides/programming/programmers_reference_manual/focuscellfont.txt Last modified: 2024/06/19 20:20by 127.0.0.1