Values identifying the border style for a column in a DataWindow.
Used in the GetBorderStyle and SetBorderStyle methods and the Border property for DataWindow columns.
PowerBuilder enumerated value |
Numeric value |
Meaning |
---|---|---|
NoBorder! |
0 |
No border. |
ShadowBox! |
1 |
Each data value is in a box that has a drop shadow |
Box! |
2 |
Each data value is surrounded by a rectangular border with no shading |
ResizeBorder! |
3 |
The column is resizable; the user can grab the border around any data value and drag it |
Underline! |
4 |
Each data value in the column is underlined |
Lowered! |
5 |
Each data value has a 3D border with shading to make it look lowered |
Raised! |
6 |
Each data value has a 3D border with shading to make it look raised |