ActiveReports 6 Online Help
Shortcut Property

Gets or sets the enumerated shortcut keys to use for the tool.
Syntax
'Declaration
 
Public Property Shortcut As Keys
public Keys Shortcut {get; set;}
Remarks

Keys are identified by key values, which consist of a key code and a set of modifiers combined into a single integer value. The four left digits of a key value contain the key code (which is the same as a Windows virtual key code). The four right digits of a key value contain modifier bits for the SHIFT, CONTROL, and ALT keys.

For a list of all members, see the .NET Framework Class Library.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Tool Class
Tool Members

Send Feedback