ComponentOne Basic Library for WPF and Silverlight
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 System.Windows.Controls.ItemsControl
'Usage
 
Dim instance As C1RadialMenu
Dim value As System.Windows.Controls.ItemsControl
 
value = instance.CurrentItem
public System.Windows.Controls.ItemsControl CurrentItem {get;}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members