RAD Studio VCL Reference
|
TStaticBorderStyle determines the appearance of the border on a static text control.
TStaticBorderStyle = ( sbsNone, sbsSingle, sbsSunken );
enum TStaticBorderStyle { sbsNone, sbsSingle, sbsSunken };
These are the values in the TStaticBorderStyle type:
Value |
Meaning |
sbsNone |
No visible border. |
sbsSingle |
Single-line border. |
sbsSunken |
Raised border. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|