Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Shortcut Property
See Also 
Dundas.Charting.WebControl Namespace > Command Class : Shortcut Property


Gets or sets a value indicating the shortcut key associated with the command.

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Determines the shortcut key for the command.")>
<BrowsableAttribute(False)>
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#  
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Determines the shortcut key for the command.")]
[BrowsableAttribute(false)]
public Shortcut Shortcut {get; set;}

Return Value

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

Remarks

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