TdxCustomRibbonForm.RibbonAlwaysOnTop Property
Specifies if the Ribbon control is always at the top of the form.
Declaration
property RibbonAlwaysOnTop: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | If True, the Ribbon control is always at the top of the form. If False, the form can display other controls above the Ribbon control. |
See Also