Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuItem Class / IsCheckable Property

In This Topic
    IsCheckable Property (C1MenuItem)
    In This Topic
    Gets or sets a value that indicates whether a C1MenuItem can be checked.
    Syntax
    'Declaration
     
    
    Public Property IsCheckable As Boolean
    public bool IsCheckable {get; set;}
    See Also