Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetInputMap Method / GetInputMap(InputMapMode,OperationMode) Method
Focus mode (control or child of the control)
Operation mode


In This Topic
    GetInputMap(InputMapMode,OperationMode) Method
    In This Topic
    Gets the input map defined for the specified focus mode and operation mode for the view.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetInputMap( _
       ByVal inputMapMode As InputMapMode, _
       ByVal operationMode As OperationMode _
    ) As InputMap
    'Usage
     
    
    Dim instance As SpreadView
    Dim inputMapMode As InputMapMode
    Dim operationMode As OperationMode
    Dim value As InputMap
     
    value = instance.GetInputMap(inputMapMode, operationMode)

    Parameters

    inputMapMode
    Focus mode (control or child of the control)
    operationMode
    Operation mode
    See Also