API:Vcl.Bind.Navigator.TBindNavigator.ParentCtl3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentCtl3D: Boolean read FParentCtl3D write SetParentCtl3D default 1;

C++

__property ParentCtl3D = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TBindNavigator

Description


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

Vcl.Bind.Navigator.TBindNavigator.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