ToolWin.TToolWindow.EdgeBorders
From RAD Studio VCL Reference
Contents |
Delphi Information
From ToolWin.pas
property EdgeBorders: TEdgeBorders read FEdgeBorders write SetEdgeBorders;
Unit: ToolWin
Type: property
Visibility: public
Member Of: TToolWindow
C++ Information
From ToolWin.hpp
__property System::Set<Toolwin::TEdgeBorder,0,3> EdgeBorders = {read=FEdgeBorders,write=SetEdgeBorders};
Unit: ToolWin
Type: property
Visibility: public
Member Of: TToolWindow
Description
Determines which sides of the control have visible borders.
Use the EdgeBorders property to add or remove borders. The appearance of the borders can be set with the EdgeInner and EdgeOuter properties.