Skip to main content
A newer version of this page is available. .

TdxCustomRibbon.SupportNonClientDrawing Property

Specifies whether the form’s non-client area is painted using a Ribbon style.

Declaration

property SupportNonClientDrawing: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The form is only painted using a Ribbon style, if it’s derived from TdxRibbonForm declared in the dxRibbonForm unit. To learn more, see the Ribbon Form help topic. Set the SupportNonClientDrawing property to True to render the non-client area using a Ribbon style.

The following image shows a form painted using a standard style (the SupportNonClientDrawing property is False) and a Ribbon style (the SupportNonClientDrawing property is True):

The default value of the SupportNonClientDrawing property is False.

See Also