Back to Devexpress

TdxCustomRibbonForm.ShowFormShadow Property

vcl-dxribbonform-dot-tdxcustomribbonform-5ed01d9a.md

latest1.7 KB
Original Source

TdxCustomRibbonForm.ShowFormShadow Property

Specifies if the Ribbon form casts a shadow.

Declaration

delphi
property ShowFormShadow: TdxDefaultBoolean read; write; default bDefault;

Property Value

TypeDefaultDescription
TdxDefaultBooleanbDefault

|

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

TdxSkinForm.ShowFormShadow Property

dxSkinShowFormShadow Global Variable

TdxCustomRibbonForm Class

TdxCustomRibbonForm Members

dxRibbonForm Unit