IsCheckable Property (RadialMenuCommandItem)
In This Topic
Gets or sets a value indicating whether the menu item is checkable.
Syntax
'Declaration
Public Overridable Property IsCheckable As Boolean
public virtual bool IsCheckable {get; set;}
See Also