API:Vcl.Dialogs.TColorDialog.Ctl3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Ctl3D: Boolean read FCtl3D write FCtl3D default 1;

C++

__property Ctl3D = {default=1};

Properties

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

Description

Determines whether the dialog has a three-dimensional look.

Vcl.Dialogs.TColorDialog.Ctl3D inherits from Vcl.Dialogs.TCommonDialog.Ctl3D. All content below this line refers to Vcl.Dialogs.TCommonDialog.Ctl3D.

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