ComponentOne FinancialChart for WPF
SelectedIndex Property (C1RadialMenuItem)



C1.WPF Namespace > C1RadialMenuItem Class : SelectedIndex Property
Gets or sets the index of the curerntly selected sub-item.
Syntax
'Declaration
 
Public Property SelectedIndex As Integer
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As Integer
 
instance.SelectedIndex = value
 
value = instance.SelectedIndex
public int SelectedIndex {get; set;}
public:
property int SelectedIndex {
   int get();
   void set (    int value);
}
Remarks
This property only makes sense for items with sub-items.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members