Autodesk.AutoCAD.Customization Namespace > AbstractRibbonSubPanel Class
AbstractRibbonSubPanel Class   
Description

This is the base class of RibbonRowPanel and RibbonFoldPanel. It is mostly for internal use except for providing some common properties between the two panels. Please use RibbonRowPanel and RibbonFoldPanel in your applications.

Class Hierarchy
Visual Basic
Public abstract Class AbstractRibbonSubPanel
Inherits RibbonItem
Inherits ICustomizationContainer
C#
public abstract class AbstractRibbonSubPanel : RibbonItem, ICustomizationContainer;
Links
   Comments?