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