[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TToolBar.EdgeBorders

Indicates which edges on the tool bar are drawn with a border.

Declaration

Source position: comctrls.pp line 2370

published property TToolBar.EdgeBorders : TEdgeBorders
  default [ebTop];

Description

EdgeBorders is a TEdgeBorders property which indicates the edges to be drawn with a border on the control. It is redeclared in TToolBar to use the default value [ebTop].

Use EdgeInner and EdgeOuter to control the drawing style for the visible borders.

EdgeBorders is used in the inherited Paint method to render the control with borders in the specified positions using the drawing style in EdgeInner and EdgeOuter.

See also

TToolBar.Paint

  

Draws the tool bar on the Canvas for the control.

TToolWindow.Paint

  

Draws the control with the borders and style needed.

TToolWindow.EdgeBorders

  

Indicates the edges to be drawn with a border on the control.

TEdgeBorders

  

Set used to store TEdgeBorder enumeration values.

TEdgeBorder

  

Enumeration with values that indicate the border edges to draw in TToolWindow.


Version 3.2 Generated 2024-02-25 Home