Frame Width (FrameWidth)
Width of the border around the widget in pixels, if Frame is
true. Default is 1
pixel.
Example: "FrameWidth=3"
Value |
Description |
---|---|
Number |
Positive integer indicating the border line
width in pixels. Default is |
Usage
Dynamic? |
Yes |
Supported in Grid? |
No |
Dependencies: |
Frame must be
For command buttons,
Representation must be |
Using in ProcScript
You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.
$fieldproperties(FLD) = "frame=true;framewidth=4"