GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonLabel Class / Handler Property


In This Topic
Handler Property (RibbonLabel)
In This Topic
Gets or sets the command handler, which executes when the ribbon command is clicked.
Syntax
'Declaration
 
Public Property Handler As ICommand
 
'Usage
 
Dim instance As RibbonLabel
Dim value As ICommand
 
instance.Handler = value
 
value = instance.Handler
See Also