Skip to main content

TdxCustomRibbonForm.ShowFormShadow Property

Specifies if the Ribbon form casts a shadow.

Declaration

property ShowFormShadow: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default Description
TdxDefaultBoolean bDefault

Remarks

Set the ShowFormShadow property to bTrue or bFalse to explicitly enable or disable the shadow effect for the form.

Default Value

The ShowFormShadow property’s default value is bDefault.

The default ShowFormShadow property value indicates that the global form shadow visibility setting (accessible through the ShowFormShadow property of a TdxSkinController component) specifies if the form casts a shadow.

See Also