GrapeCity MultiRow Windows Forms Documentation
ShortcutKey Constructor


The action of the ShortcutKey.
The key of the ShortcutKey.
Initializes a new instance of the ShortcutKey structure.
Syntax
Public Function New( _
   ByVal action As IAction, _
   ByVal key As Keys _
)
Dim action As IAction
Dim key As Keys
 
Dim instance As New ShortcutKey(action, key)
public ShortcutKey( 
   IAction action,
   Keys key
)

Parameters

action
The action of the ShortcutKey.
key
The key of the ShortcutKey.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe action is a null reference (Nothing in Visual Basic).
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

ShortcutKey Structure
ShortcutKey Members

 

 


Copyright © GrapeCity, inc. All rights reserved.