Applies to
Edit table.
Description
Defines the thickness of the rectangle drawn around the cell with focus.
Usage
gFocusRectWt = Get_Property (editTable,"FOCUSRECTWEIGHT")
sFocusRectWt = Set_Property (editTable,"FOCUSRECTWEIGHT", value)
Remarks
Values passed in Set_Property():
Value | Description |
---|---|
1 | Light ( 1 pixel ) |
2 | Medium ( 2 pixels ) |
3 | Thick ( 3 pixels ) |
Returns
Values returned by Get_Property and Set_Property
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
Declare function Get_Property, Set_Property * Set the rectangle weight to thick focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTWEIGHT", 3 )