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

TdxRibbonForm Class

A Ribbon form class.

Declaration

TdxRibbonForm = class(
    TdxCustomRibbonForm
)

Remarks

This form is designed as a main window in complex Ribbon UI-based applications. The form can also embed a navigation control with optional support for Fluent Design effects under Microsoft Windows® 10.

Ribbon Form Example

The TdxRibbonForm class does not introduce any new public members or functionality. Refer to the TdxCustomRibbonForm description for information on the Ribbon form functionality.

Note

Use the DevExpress VCL Ribbon Based application template to create a new application project with a form derived from the TdxRibbonForm class.

See Also