ComponentOne Basic Library for WPF and Silverlight
ShowSelectedItem Property (C1RadialMenuItem)


C1.Silverlight Namespace > C1RadialMenuItem Class : ShowSelectedItem Property
Determines whether icon, header and check sign of the selected sub-item should be displayed for the curren item.
Syntax
'Declaration
 
Public Property ShowSelectedItem As System.Boolean
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Boolean
 
instance.ShowSelectedItem = value
 
value = instance.ShowSelectedItem
public System.bool ShowSelectedItem {get; set;}
Remarks
This property only makes sense for items with sub-items.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members