Description
This class is used to support the Checklist button in a ribbon.
The Checklist button displays a list of checkboxes in the drop down list. The items in the drop down list should be of type RibbonCommandItem or RibbonSeparator. Other items are not supported in the drop down list. An exception is thrown if an unsupported item is added to the Items collection.
Class Hierarchy
Autodesk.Windows.RibbonItem Autodesk.Windows.RibbonCommandItem Autodesk.Windows.RibbonButton Autodesk.Windows.RibbonListButton Autodesk.Windows.RibbonChecklistButton
Visual Basic
Public Class RibbonChecklistButton Inherits RibbonListButton
C#
public class RibbonChecklistButton : RibbonListButton;