GrapeCity MultiRow Windows Forms Documentation
ShortcutKey Structure
Members 


Represents a shortcut key. A ShortcutKey has a special key-set and a corresponding IAction. When the key-set is pressed, the Action occurs.
Object Model
ShortcutKey StructureIAction Interface
Syntax
<TypeConverterAttribute("GrapeCity.Win.MultiRow.Design.ShortcutKeyConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
Public Structure ShortcutKey 
   Inherits System.ValueType
Dim instance As ShortcutKey
[TypeConverter("GrapeCity.Win.MultiRow.Design.ShortcutKeyConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
public struct ShortcutKey : System.ValueType 
Remarks
The ShortcutKey should be registered in the GcMultiRow.ShortcutKeyManager.
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Win.MultiRow.ShortcutKey

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 Members
GrapeCity.Win.MultiRow Namespace
IAction Interface
ShortcutKeyManager Class
ShortcutKeyManager Property

 

 


Copyright © GrapeCity, inc. All rights reserved.