Spread WinForms 15
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
See Also