ComponentOne FinancialChart for WPF
IsChecked Property (C1RadialMenuItem)



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

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members