Vcl.ComCtrls.TStatusBar.BorderWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderWidth: TBorderWidth read FBorderWidth write SetBorderWidth default 0;

C++

__property BorderWidth = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusBar

Description

Specifies the width of the control's border.

Vcl.ComCtrls.TStatusBar.BorderWidth inherits from Vcl.Controls.TWinControl.BorderWidth. All content below this line refers to Vcl.Controls.TWinControl.BorderWidth.

Specifies the width of the control's border.

Use BorderWidth to get or set the width of the control's border. Graphics or text drawn by the control is clipped to the area within the border.

See Also