[Overview][Types][Classes][Index] |
Specifies the drawing style used for the inner border of the control.
Source position: toolwin.pp line 71
public property TToolWindow.EdgeInner : TEdgeStyle |
EdgeInner is a TEdgeStyle property that specifies the drawing style used for the inner border of the control. The default value for the property is esRaised.
EdgeInner is used, along with EdgeOuter, to give the control a beveled 3D appearance. Use EdgeOuter to control the drawing style for the outer border on the control.
Use EdgeBorders to specify the positions (for both inner and outer) where borders are drawn.
|
Enumeration type with values that specify the drawing style for borders. |
|
|
Specifies the drawing style used for the outer border of the control. |
|
|
Indicates the edges to be drawn with a border on the control. |
Version 4.0 | Generated 2025-05-03 | Home |