Spread Silverlight Documentation
Command Property (ToolbarButton)


GrapeCity.Windows.SpreadSheet.UI Namespace > ToolbarButton Class : Command Property
Syntax
'Declaration
 
Public Property Command As System.Windows.Input.ICommand
'Usage
 
Dim instance As ToolbarButton
Dim value As System.Windows.Input.ICommand
 
instance.Command = value
 
value = instance.Command
public System.Windows.Input.ICommand Command {get; set;}
See Also

Reference

ToolbarButton Class
ToolbarButton Members