[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomPanel.BevelOuter

Determines the appearance of the Outer Bevel for the panel (whether raised, lowered, etc.).

Declaration

Source position: extctrls.pp line 1124

public property TCustomPanel.BevelOuter : TPanelBevel
  read FBevelOuter
  write SetBevelOuter
  default bvRaised;

Description

BevelOuter is a TPanelBevel property which indicates the drawing style used to render the outer bevel for the panel. The default value for the property is bvRaised and indicates that the inner bevel is drawn with a raise or outset appearance.

Other values from TPanelBevel can be used to draw the bevel with a lowered appearance, as reserved space, or not drawn at all.

Changing the value for the property causes a CM_BORDERCHANGED control message to be performed for the control.

Remark: For the macOS Carbon widgetset, the values bvLowered and bvSpace are not supported for the BevelOuter property.

See also

TCustomPanel.BevelInner

  

Determines the appearance of the Inner Bevel for the panel (whether raised, lowered, etc.).

TPanelBevel

  

Alias for the TBevelCut type.


Version 3.2 Generated 2024-02-25 Home