TdxCustomRibbon.SupportNonClientDrawing Property
Specifies if the Ribbon control decorates non-client areas of the parent form.
#Declaration
property SupportNonClientDrawing: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
Set the SupportNonClientDrawing
property to True
to allow the Ribbon control to display UI elements in non-client areas of the parent form.
Tip
We recommend that you use the Tdx
Refer to the Tdx
#Default Value
The SupportNonClientDrawing
property’s default value is False
.
-
The Ribbon-Based Application Template sets the
SupportNonClientDrawing
property toTrue
and sets the form’s DisableAero property toTrue
.