ToolWin.TToolWindow.EdgeInner

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From ToolWin.pas

	property EdgeInner: TEdgeStyle read FEdgeInner write SetEdgeInner;


Unit: ToolWin

Type: property

Visibility: public

Member Of: TToolWindow

C++ Information

From ToolWin.hpp

	__property Toolwin::TEdgeStyle EdgeInner = {read=FEdgeInner,write=SetEdgeInner};


Unit: ToolWin

Type: property

Visibility: public

Member Of: TToolWindow

Description

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


Use EdgeInner 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. EdgeInner specifies the appearance of the inner 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 EdgeInner with EdgeOuter to give the component a three-dimensional look.

See Also

Personal tools
Translations
Newest Version