Vcl.ActnCtrls.TActionToolBar.EdgeOuter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EdgeOuter: TEdgeStyle read FEdgeOuter write SetEdgeOuter default 0;

C++

__property EdgeOuter = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Description

Determines the border style for the control's outer edge.

Vcl.ActnCtrls.TActionToolBar.EdgeOuter inherits from Vcl.ToolWin.TToolWindow.EdgeOuter. All content below this line refers to Vcl.ToolWin.TToolWindow.EdgeOuter.

Determines the border style for the control's outer edge.

Use EdgeOuter to provide the tool window with a three-dimensional beveled look. A tool window has two borders on each side, an outer border drawn next to the outer edge, and an inner border drawn inside the outer border. EdgeOuter specifies the appearance of the outer border. It can be raised (esRaised), lowered (esLowered), or left off altogether (esNone).

Note: The EdgeInner property has an effect only on the sides specified by the EdgeBorders property.

Use EdgeOuter with EdgeInner to give the component a three-dimensional look.

See Also