Vcl.Dialogs.TCommonDialog.Ctl3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Ctl3D: Boolean read FCtl3D write FCtl3D default True;

C++

__property bool Ctl3D = {read=FCtl3D, write=FCtl3D, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCommonDialog

Description

Determines whether the dialog has a three-dimensional look.

Ctl3D is provided for backward compatibility. It has no effect on 32-bit versions of Windows and on NT 4.0 and later.

Ctl3D determined whether controls in the dialog had a flat or beveled look. It required CTL3D32.DLL to be installed in the System32 directory.

See Also