Border_Style - DfBaseDialog
Specifies the border style of this object
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Border_Style
| Access Type | Syntax |
|---|---|
| Read Access: | Get Border_Style to IntegerVariable |
| Write Access: | Set Border_Style to IntegerVariable/Value |
Description
The Border_Style property specifies the border style of this object. While all border styles are valid, not all styles are appropriate.
The useful styles are:
| Constant | Meaning |
|---|---|
| Border_None | Displays no border |
| Border_Dialog | Displays a raised 3D border |
| Border_Normal | Displays a dark line around the border |
| Border_Thick | Displays thick border, allows panel to be resized |
| Border_ClientEdge | Displays a border with a sunken edge |
| Border_StaticEdge | Displays a lowered 3D border |
| Border_WindowEdge | Displays a border with a raised edge |
Set Border_Style to Border_Thick
A 3D line may be drawn around a container by using the group class. Non-visual groupings are usually created using the container class.
Default is Border_Dialog.
| Col 1 | Col 2 |
|---|---|
| Note: | Border_Style is not supported in the cSplitterContainer class. |