Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / HandleValidKey Method
Numerical value for an ASCII character


In This Topic
    HandleValidKey Method (GeneralEditor)
    In This Topic
    Internal use only. Determines whether the key is handled by the control.
    Syntax
    'Declaration
     
    
    Public Overrides Function HandleValidKey( _
       ByVal c As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim c As Integer
    Dim value As Boolean
     
    value = instance.HandleValidKey(c)
    public override bool HandleValidKey( 
       int c
    )

    Parameters

    c
    Numerical value for an ASCII character
    See Also