Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonLabel Class / CommandParameter Property


In This Topic
    CommandParameter Property (RibbonLabel)
    In This Topic
    Gets or sets the command parameter.
    Syntax
    'Declaration
     
    
    Public Property CommandParameter As Object
    'Usage
     
    
    Dim instance As RibbonLabel
    Dim value As Object
     
    instance.CommandParameter = value
     
    value = instance.CommandParameter
    public object CommandParameter {get; set;}
    See Also