Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1RadialMenuItem Class / SelectedIndex Property

In This Topic
    SelectedIndex Property
    In This Topic
    Gets or sets the index of the curerntly selected sub-item.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    Remarks
    This property only makes sense for items with sub-items.
    See Also