GrapeCity MultiRow Windows Forms Documentation
Unregister(IAction) Method


The specific action to be unregistered.
Unregisters all the ShortcutKeys of the specific action from all ViewModes.
Syntax
Public Overloads Sub Unregister( _
   ByVal action As IAction _
) 
Dim instance As ShortcutKeyManager
Dim action As IAction
 
instance.Unregister(action)
public void Unregister( 
   IAction action
)

Parameters

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.