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


C1.Silverlight Namespace > C1RadialMenuItem Class : IsSelectable Property
Determines whether this item should be honored when SelectedIndex property is changed acccording to the end-user selection.
Syntax
'Declaration
 
Public Property IsSelectable As System.Boolean
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Boolean
 
instance.IsSelectable = value
 
value = instance.IsSelectable
public System.bool IsSelectable {get; set;}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members