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



In This Topic
    IsSelectable Property (C1RadialMenuItem)
    In This Topic
    Determines whether this item should be honored when SelectedIndex property is changed acccording to the end-user selection.
    Syntax
    'Declaration
     
    
    Public Property IsSelectable As Boolean
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Boolean
     
    instance.IsSelectable = value
     
    value = instance.IsSelectable
    public bool IsSelectable {get; set;}
    public:
    property bool IsSelectable {
       bool get();
       void set (    bool value);
    }
    See Also