Description
This class represents command buttons within the ribbon.
Class Hierarchy
Autodesk.AutoCAD.Ribbon.RibbonCommandButton
Visual Basic
Public Class RibbonCommandButton Inherits RibbonToggleButton Inherits ICommand
C#
public class RibbonCommandButton : RibbonToggleButton, ICommand;
Links
RibbonCommandButton Methods, RibbonCommandButton Properties
See Also
RibbonButton