New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public sealed class RadShortcutManager : IKeyboardListener

Inheritance: objectRadShortcutManager

Implements: IKeyboardListener

Properties

C#
public bool Enabled { get; set; }
C#
public static RadShortcutManager Instance { get; }

Gets the count of all shortcut providers currently registered with this instance.

C#
public int ProvidersCount { get; }

Methods

C#
public void AddShortcutProvider(IShortcutProvider provider)
Parameters:providerIShortcutProvider
C#
public bool ContainsShortcutProvider(IShortcutProvider provider)
Parameters:providerIShortcutProviderReturns:

bool

C#
public void RemoveShortcutProvider(IShortcutProvider provider)
Parameters:providerIShortcutProvider