Vcl.FileCtrl.TDirectoryListBox.ParentCtl3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentCtl3D;

C++

__property ParentCtl3D = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDirectoryListBox

Description

Determines where a component looks to determine whether it should have a three-dimensional look.

Vcl.FileCtrl.TDirectoryListBox.ParentCtl3D inherits from Vcl.Controls.TWinControl.ParentCtl3D. All content below this line refers to Vcl.Controls.TWinControl.ParentCtl3D.

Determines where a component looks to determine whether it should have a three-dimensional look.

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

ParentCtl3D determines whether the control uses its parent's Ctl3D property.

See Also