Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonToggleButton Class
Members


In This Topic
    RibbonToggleButton Class
    In This Topic
    Represents a button element in a RibbonBar control.
    Syntax
    'Declaration
     
    
    Public Class RibbonToggleButton 
       Inherits RibbonButton
    'Usage
     
    
    Dim instance As RibbonToggleButton
    public class RibbonToggleButton : RibbonButton 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem
          GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem
             GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonButton
                GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonToggleButton
                   GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonRadioButton

    See Also