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

In This Topic
    AutoSelect Property (C1RadialColorItem)
    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