ComponentOne Basic Library for WPF and Silverlight
Command Property (C1RadialMenuItem)


C1.Silverlight Namespace > C1RadialMenuItem Class : Command Property
Gets or sets the command to invoke when this button is pressed.
Syntax
'Declaration
 
Public Property Command As System.Windows.Input.ICommand
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Windows.Input.ICommand
 
instance.Command = value
 
value = instance.Command
public System.Windows.Input.ICommand Command {get; set;}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members