menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IKeyCommandList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IKeyCommandList

    Provides the functionality for the list of the commands.

    Inherited Members
    System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ICollection.Count
    System.Collections.ICollection.IsSynchronized
    System.Collections.ICollection.SyncRoot
    System.Collections.IEnumerable.GetEnumerator()
    Namespace: Syncfusion.Shared.Utils.KeyBinding
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IKeyCommandList : ICollection, IEnumerable

    Properties

    Item[String]

    Gets the command by name.

    Declaration
    IKeyCommand this[string name] { get; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type
    IKeyCommand

    Methods

    Add(String)

    Creates new command and adds it to list.

    Declaration
    IKeyCommand Add(string name)
    Parameters
    Type Name Description
    System.String name

    Name of the command.

    Returns
    Type Description
    IKeyCommand

    Newly created command.

    Clear()

    Clears list.

    Declaration
    void Clear()

    Remove(String)

    Removes command from list.

    Declaration
    void Remove(string name)
    Parameters
    Type Name Description
    System.String name

    Name of the command.

    Extension Methods

    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved