ComponentOne Basic Library for WPF and Silverlight
CurrentItem Property (C1RadialColorItemsPresenter)


C1.Silverlight Namespace > C1RadialColorItemsPresenter Class : CurrentItem Property
Identifies the parent C1RadialColorItem item.
Syntax
'Declaration
 
Public ReadOnly Property CurrentItem As System.Windows.Controls.ItemsControl
'Usage
 
Dim instance As C1RadialColorItemsPresenter
Dim value As System.Windows.Controls.ItemsControl
 
value = instance.CurrentItem
public System.Windows.Controls.ItemsControl CurrentItem {get;}
Remarks
The C1RadialMenu updates this property value every time before opening the C1RadialColorItem submenu.
See Also

Reference

C1RadialColorItemsPresenter Class
C1RadialColorItemsPresenter Members