skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class Shortcuts

Provides keyboard shortcut management and input binding functionality for RadControls and RadItems.

Inheritance
System.Object
Shortcuts
Namespace: Telerik.WinControls.Keyboard
Assembly: Telerik.WinControls.dll

Syntax

public class Shortcuts : Component, IExtenderProvider

Constructors

Shortcuts()

Initializes a new instance of the Shortcuts class.

Declaration
public Shortcuts()

Shortcuts(IContainer)

Initializes a new instance of the Shortcuts class and adds it to the specified container.

Declaration
public Shortcuts(IContainer container)
Parameters
System.ComponentModel.IContainer container

The container to add this component to.

Shortcuts(Control)

Initializes a new instance of the Shortcuts class with the specified owner control.

Declaration
public Shortcuts(Control owner)
Parameters
System.Windows.Forms.Control owner

The control that owns this shortcuts instance.

Properties

InputBindings

Gets the collection of input bindings that define keyboard shortcuts and their associated commands.

Declaration
public InputBindingsCollection InputBindings { get; }
Property Value
InputBindingsCollection

An InputBindingsCollection containing the input bindings.

Owner

Gets or sets the control that owns this shortcuts instance.

Declaration
public Control Owner { get; set; }
Property Value
System.Windows.Forms.Control

The owner control.

Methods

AddCommandBindings(List<InputBinding>)

Adds multiple command bindings to the input bindings collection.

Declaration
public void AddCommandBindings(List<InputBinding> bindings)
Parameters
System.Collections.Generic.List<InputBinding> bindings

The list of input bindings to add.

AddCommandBindings(InputBinding)

Adds a command binding to the input bindings collection.

Declaration
public void AddCommandBindings(InputBinding binding)
Parameters
InputBinding binding

The input binding to add.

AddCommandBindings(InputBindingsCollection)

Adds command bindings from an existing collection to the input bindings collection.

Declaration
public void AddCommandBindings(InputBindingsCollection bindings)
Parameters
InputBindingsCollection bindings

The input bindings collection to add.

AddShortcutsSupport()

Adds keyboard shortcuts support by initializing the chord message filter.

Declaration
public virtual void AddShortcutsSupport()

CanExtend(Object)

Determines whether this extender provider can extend the specified object.

Declaration
public bool CanExtend(object extendee)
Parameters
System.Object extendee

The object to test for extensibility.

Returns
System.Boolean

true if the object can be extended; otherwise, false.

Dispose(Boolean)

Clean up any resources being used.

Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean disposing

true if managed resources should be disposed; otherwise, false.

GetCommandBinding(IComponent)

Gets the command binding associated with the specified component.

Declaration
public InputBinding GetCommandBinding(IComponent component)
Parameters
System.ComponentModel.IComponent component

The component to get the binding for.

Returns
InputBinding

The input binding associated with the component, or null if none exists.

OnActivate(ChordEventArgs)

Raises the Activate event.

Declaration
protected virtual void OnActivate(ChordEventArgs e)
Parameters
ChordEventArgs e

A ChordEventArgs that contains the event data.

ResetCommandBinding(InputBinding)

Resets the specified command binding to its default state.

Declaration
public void ResetCommandBinding(InputBinding value)
Parameters
InputBinding value

The input binding to reset.

SetCommandBinding(IComponent, InputBinding)

Sets the command binding for the specified component.

Declaration
public void SetCommandBinding(IComponent component, InputBinding value)
Parameters
System.ComponentModel.IComponent component

The component to set the binding for.

InputBinding value

The input binding to associate with the component.

Events

Activate

Occurs when a keyboard shortcut is activated.

Declaration
public event ChordsEventHandler Activate
Event Type
ChordsEventHandler

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.