Vcl.Forms.TFrame.Ctl3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Ctl3D: Boolean read FCtl3D write SetCtl3D stored IsCtl3DStored;

C++

__property Ctl3D;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TFrame

Description

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

Vcl.Forms.TFrame.Ctl3D inherits from Vcl.Controls.TWinControl.Ctl3D. All content below this line refers to Vcl.Controls.TWinControl.Ctl3D.

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