GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonListItem Class / CommandName Property


In This Topic
CommandName Property (RibbonListItem)
In This Topic
Gets or sets the command name.
Syntax
'Declaration
 
Public Property CommandName As String
 
'Usage
 
Dim instance As RibbonListItem
Dim value As String
 
instance.CommandName = value
 
value = instance.CommandName
See Also