Dundas Chart for ASP.NET
Shortcut Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Command Class : Shortcut Property


Enterprise Only Feature. Gets or sets a value that determines the shortcut key associated with the command.
Gets or sets a value indicating the shortcut key associated with the command.

Syntax

Visual Basic (Declaration)  
Public Property Shortcut As Shortcut
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As Shortcut
 
instance.Shortcut = value
 
value = instance.Shortcut
C#  
public Shortcut Shortcut {get; set;}

Return Value

Shortcut value. The default is Shortcut.None.
One of the Shortcut values. The default is Shortcut.None.

Remarks

Shortcut keys let users activate frequently used command items via the keyboard.
Shortcut keys provide a method for users to activate frequently used command items in to provide keyboard access to your application for those users who do not have access to a mouse or other pointer device.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.