Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonRadioButton Class / CommandName Property


In This Topic
    CommandName Property (RibbonRadioButton)
    In This Topic
    Gets or sets the command name.
    Syntax
    'Declaration
     
    
    Public Property CommandName As String
    'Usage
     
    
    Dim instance As RibbonRadioButton
    Dim value As String
     
    instance.CommandName = value
     
    value = instance.CommandName
    public string CommandName {get; set;}
    See Also