Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / IsInputKey Method
Key data


In This Topic
    IsInputKey Method (GeneralEditor)
    In This Topic
    Internal use only. Gets whether it is an input key.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsInputKey( _
       ByVal keyData As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim keyData As Keys
    Dim value As Boolean
     
    value = instance.IsInputKey(keyData)
    protected virtual bool IsInputKey( 
       Keys keyData
    )

    Parameters

    keyData
    Key data
    See Also