Description
This class is used to support radio button groups in a ribbon.
This class contains a collection of RibbonToggleButton items, which act as radio buttons by supporting a mutually exclusive checkstate. The radio buttons in the group use display properties like Size, ShowText, and ShowImage from this parent group and ignore the properties set in the radio button itself.
Class Hierarchy
Autodesk.Windows.RibbonItem Autodesk.Windows.RibbonCommandItem Autodesk.Windows.RibbonButton Autodesk.Windows.RibbonListButton Autodesk.Windows.RibbonRadioButtonGroup
Visual Basic
Public Class RibbonRadioButtonGroup Inherits RibbonListButton
C#
public class RibbonRadioButtonGroup : RibbonListButton;