GrapeCity MultiRow Windows Forms Documentation
Unregister(ViewMode,Keys) Method


The ViewMode to unregister the ShortcutKey for.
The specific key to be unregistered.
Unregisters all the ShortcutKeys with the specific key from the specified ViewMode.
Syntax
Public Overloads Sub Unregister( _
   ByVal viewMode As ViewMode, _
   ByVal key As Keys _
) 
Dim instance As ShortcutKeyManager
Dim viewMode As ViewMode
Dim key As Keys
 
instance.Unregister(viewMode, key)
public void Unregister( 
   ViewMode viewMode,
   Keys key
)

Parameters

viewMode
The ViewMode to unregister the ShortcutKey for.
key
The specific key to be unregistered.
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

ShortcutKeyManager Class
ShortcutKeyManager Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.