Spread Windows Forms 6.0 Product Documentation
SetActionMap Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : SetActionMap Method


value
New action map

Glossary Item Box

Sets the action map, that maps action identifiers (for keystrokes) to particular actions.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetActionMap( _
   ByVal value As ActionMap _
) 
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As ActionMap
 
instance.SetActionMap(value)
C# 
public virtual void SetActionMap( 
   ActionMap value
)

Parameters

value
New action map

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.