Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / SkipDisabledMenuItems Property

In This Topic
    SkipDisabledMenuItems Property
    In This Topic
    Gets or sets a value indicating whether the user can give the focus to the CommandLink using keys when the Command is disabled.
    Syntax
    'Declaration
     
    
    Public Property SkipDisabledMenuItems As Boolean
    public bool SkipDisabledMenuItems {get; set;}
    See Also