ComponentOne FinancialChart for WPF
CurrentItem Property (C1RadialMenu)



C1.WPF Namespace > C1RadialMenu Class : CurrentItem Property
Gets the C1RadialMenu or C1RadialMenuItem control which items are currently visible in the C1RadialMenu UI.
Syntax
'Declaration
 
Public ReadOnly Property CurrentItem As ItemsControl
'Usage
 
Dim instance As C1RadialMenu
Dim value As ItemsControl
 
value = instance.CurrentItem
public ItemsControl CurrentItem {get;}
public:
property ItemsControl^ CurrentItem {
   ItemsControl^ get();
}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members