Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetInputMapWhenShapeHasFocus Method
Input map (InputMap object)


In This Topic
    SetInputMapWhenShapeHasFocus Method (FpSpread)
    In This Topic
    Sets the input map when a shape has keyboard focus.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetInputMapWhenShapeHasFocus( _
       ByVal value As InputMap _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As InputMap
     
    instance.SetInputMapWhenShapeHasFocus(value)
    public virtual void SetInputMapWhenShapeHasFocus( 
       InputMap value
    )

    Parameters

    value
    Input map (InputMap object)
    See Also