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


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