ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / IsChecked Property



In This Topic
    IsChecked Property (C1RadialMenuItem)
    In This Topic
    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