Vcl.ComCtrls.TTrackBar.ParentCtl3D
Delphi
property ParentCtl3D: Boolean read FParentCtl3D write SetParentCtl3D default 1;
C++
__property ParentCtl3D = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTrackBar |
Description
Determines where a component looks to determine whether it should have a three-dimensional look.
Vcl.ComCtrls.TTrackBar.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.