Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / HandleValidKey Method


In This Topic
    HandleValidKey Method (MultiColumnEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function HandleValidKey( _
       ByVal c As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As MultiColumnEditor
    Dim c As Integer
    Dim value As Boolean
     
    value = instance.HandleValidKey(c)
    public override bool HandleValidKey( 
       int c
    )

    Parameters

    c
    See Also