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



In This Topic
    AutoSelect Property
    In This Topic
    Determines whether C1RadialMenuItem should update SelectedIndex property acccording to the end-user selection.
    Syntax
    'Declaration
     
    
    Public Property AutoSelect As Boolean
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Boolean
     
    instance.AutoSelect = value
     
    value = instance.AutoSelect
    public bool AutoSelect {get; set;}
    public:
    property bool AutoSelect {
       bool get();
       void set (    bool value);
    }
    Remarks
    This property only makes sense for items with sub-items.
    See Also