[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the control uses the background from its Parent control.
Source position: forms.pp line 230
published property TScrollBox.ParentBackground : Boolean |
ParentBackground is a Boolean property which indicates if the background for the Parent control is drawn as the background for the current control instance. The default value in TScrollBox is False.
ParentBackground is True when csParentBackground is included in the ControlStyle property. Setting the value in ParentBackground causes ControlStyle to be updated to include or exclude the csParentBackground enumeration value; it is included when True.
|
Indicates if the control uses the background for its Parent control. |
|
|
Contains style flags which control the features or behaviors enabled for the control. |
|
|
The control within which the control is shown. |
|
|
Set type used to store values from the TControlStyleType enumeration. |
|
|
Enumerated type with values for features or behaviors for a control. |