| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub SetInputMapWhenShapeHasFocus( _ ByVal value As InputMap _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- value
- Input map (InputMap object)
This example moves the shape down with the down arrow key when the shape has focus.
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.InputMap im; | |
| Visual Basic | Copy Code |
|---|---|
Dim im As FarPoint.Win.Spread.InputMap | |
Reference
FpSpread ClassFpSpread Members
GetInputMapWhenShapeHasFocus Method
SetInputMap Method
InputMap Class
User-Task Documentation
Customizing the Input MapsManaging Keyboard Interaction