Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonFontComboBox Class / Handler Property


In This Topic
    Handler Property (RibbonFontComboBox)
    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 RibbonFontComboBox
    Dim value As ICommand
     
    instance.Handler = value
     
    value = instance.Handler
    public ICommand Handler {get; set;}
    See Also