Skip to main content

TdxNavBarOfficeNavigationBarOptionsView.DrawParentBackground Property

Specifies if the navigation bar background is transparent.

Declaration

property DrawParentBackground: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True
True
Default. The navigation bar is transparent.
False
The navigation bar is opaque.

Remarks

Use the DrawParentBackground property to enable or disable background transparency when a vector skin is active.

Available Options

True
VCL Navigation Bar: DrawParentBackground is Enabled
False
VCL Navigation Bar: DrawParentBackground is Disabled

Limitations and Considerations

The DrawParentBackground property has no effect on raster skins. If a raster skin is applied to the Office Navigation Bar component, the DrawParentBackground option is always treated as enabled.

Default Value

The DrawParentBackground property’s default value is True.

See Also