[Overview][Types][Classes][Index] |
Indicates the edges to be drawn with a border on the control.
Source position: toolwin.pp line 70
public property TToolWindow.EdgeBorders : TEdgeBorders |
EdgeBorders is a TEdgeBorders property that indicates the edges to be drawn with a border on the control. The default value for EdgeBorders is [ebLeft, ebTop, ebRight, ebBottom]. EdgeBorders is used in the Paint method to render the control with borders in the specified positions with the drawing style in EdgeInner and EdgeOuter.
|
Set used to store TEdgeBorder enumeration values. |
|
|
Indicates the edges to be drawn with a border on the control. |
|
|
Specifies the drawing style used for the outer border of the control. |
|
|
Specifies the drawing style used for the inner border of the control. |
Version 4.0 | Generated 2025-05-03 | Home |