Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ResolveCustomControlEventArgs Class / Command Property


In This Topic
    Command Property
    In This Topic
    Gets the associated command of the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Command As ICommand
    'Usage
     
    
    Dim instance As ResolveCustomControlEventArgs
    Dim value As ICommand
     
    value = instance.Command
    public ICommand Command {get;}
    See Also