Vcl.Controls.TWinControl.Ctl3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Ctl3D: Boolean read FCtl3D write SetCtl3D stored IsCtl3DStored;

C++

__property bool Ctl3D = {read=FCtl3D, write=SetCtl3D, stored=IsCtl3DStored, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Determines whether a control has a three-dimensional (3-D) or two-dimensional look.

Ctl3D is provided for backward compatibility. It is not used by 32-bit versions of Windows or NT4.0 and later, with the exception of Windows XP Home, where it is used on occasion.

On earlier platforms, Ctl3D controlled whether the control had a flat or beveled appearance.

Note RAD Studio no longer supports Windows Vista or earlier.

See Also