Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenuItem Class / AutoSelect Property

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