Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class / ExecuteCommandOnSelectedItem Property


In This Topic
    ExecuteCommandOnSelectedItem Property
    In This Topic
    Gets a value indicating whether the command executes with selected item.
    Syntax
    'Declaration
     
    
    Public Property ExecuteCommandOnSelectedItem As Boolean
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As Boolean
     
    instance.ExecuteCommandOnSelectedItem = value
     
    value = instance.ExecuteCommandOnSelectedItem
    public bool ExecuteCommandOnSelectedItem {get; set;}
    See Also