Share

RibbonRowPanel Class

Description

The RibbonRowPanel class is used to create a sub-panel within a panel.

RibbonRowPanel is a ribbon item that can be added to a RibbonPanelSource.Items collection to create a sub-panel containing multiple sub-rows in a main row of items. For example, a sub-panel could be used to create a row containing two large buttons and two rows of small buttons. The items in the sub-panel are stored and managed in the Items collection. The items can be organized into multiple rows by adding a RibbonRowBreak item at the index where the new row is to start.

Class Hierarchy

Autodesk.Windows.RibbonItem
    Autodesk.Windows.RibbonRowPanel
        Autodesk.Windows.RibbonFlowPanel
        Autodesk.Windows.RibbonFoldPanel

Visual Basic

Public Class RibbonRowPanel
Inherits RibbonItem

C#

public class RibbonRowPanel : RibbonItem;

Links

RibbonRowPanel Methods, RibbonRowPanel Properties

Was this information helpful?