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


C1.Silverlight Namespace > C1RadialMenuItem Class : IsChecked Property
Gets or sets a value that indicates whether the C1RadialMenuItem is checked.
Syntax
'Declaration
 
Public Property IsChecked As System.Boolean
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Boolean
 
instance.IsChecked = value
 
value = instance.IsChecked
public System.bool IsChecked {get; set;}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members