Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / IsInputKey Method
Key for the control to process


In This Topic
    IsInputKey Method (RichTextEditor)
    In This Topic
    Determines whether to process the specified key by the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsInputKey( _
       ByVal keyData As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As RichTextEditor
    Dim keyData As Keys
    Dim value As Boolean
     
    value = instance.IsInputKey(keyData)
    protected override bool IsInputKey( 
       Keys keyData
    )

    Parameters

    keyData
    Key for the control to process
    See Also