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


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