Property Integer Border_Style
Read Access: | Get Border_Style to IntegerVariable |
Write Access: | Set Border_Style to IntegerVariable/Value |
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.
Note: | Border_Style is not supported in the cSplitterContainer class. |