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


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

Parameters

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

ShortcutKeyManager Class
ShortcutKeyManager Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.