Vcl.ComCtrls.TCoolBar.EdgeBorders

From RAD Studio API Documentation

Delphi

property EdgeBorders: TEdgeBorders read FEdgeBorders write SetEdgeBorders default 15;

C++

__property EdgeBorders = {default=15};

Properties

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

Description

Determines which sides of the control have visible borders. {{#multireplace:Vcl.ComCtrls.TCoolBar.EdgeBorders|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ToolWin.TToolWindow.EdgeBorders|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ToolWin.TToolWindow.EdgeBorders|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Determines which sides of the control have visible borders.

Use the EdgeBorders property to add or remove borders. The appearance of the borders can be set with the EdgeInner and EdgeOuter properties.

See Also