TlsBtn.BorderStyle

TlsBtn
 

Determines the style of the line, if any, drawn around the perimeter of the control.

property BorderStyle: TBtnBorderStyle;

Description
Use BorderStyle to specify the type of border, and actions, of the button. These are the possible values:

Value      Meaning


bsNone   No visible border  
bsNormal   Button has a border at all times. This is the default choice.  
bsMSOffice   When the mouse passes over the button, the button border lights up. This style mimics the MSOffice Button  
bsOutlook   When the mouse passes over the button, the button border and panel of the button light up in the color specified in the Color property. This style mimics the MSOutlook Button  

The Color and FontColorHover properties are ignored unless the button style is set to bsOutlook.

See Also
Color
FontColorHover