Skip to main content
All docs
V26.1
  • TdxNavBarCommonViewOptions.UseRibbonArea Property

    Specifies if the TdxNavBar control occupies the Ribbon UI area.

    Declaration

    property UseRibbonArea: Boolean read; write; default False;

    Property Value

    Type Default Description
    Boolean False
    False
    Default. Standard Ribbon UI Integration Mode. A TdxNavBar control area is limited by the bottom Ribbon UI border.
    True
    Extended Ribbon UI Integration Mode. A TdxNavBar control can use the Ribbon UI area at the top Ribbon Form border.

    Remarks

    If you use a TdxNavBar as a navigation control for a Ribbon Form, you can set the UseRibbonArea property to True to extend the TdxNavBar control to the Ribbon UI area.

    Note

    The UseRibbonArea property has no effect if the TdxNavBar is not associated with a Ribbon Form.

    Available Options

    False
    VCL Navigation Bar: Standard Ribbon UI Integration Mode
    True
    VCL Navigation Bar: Extended Ribbon UI Integration Mode

    Default Value

    The UseRibbonArea property’s default value is False.

    See Also