Page History
...
| Value | Description |
|---|---|
| gFocusRectWt | Returns the current rectangle weight. |
| sFocusRectWt | Returns the rectangle weight of the cell prior to the setting of the new style. |
See Also
FONT property, FOCUSCELLFONT property, FOCUSCELLCOLOR property, FOCUSRECTSTYLE property, FOCUSRECTCOLOR property
Example
| Code Block |
|---|
Declare function Get_Property, Set_Property * Set the rectangle weight to thick focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTWEIGHT", 3 ) |