Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / ProcessDialogKey Method
Key data


In This Topic
    ProcessDialogKey Method (MultiColumnEditor)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ProcessDialogKey( _
       ByVal keyData As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As MultiColumnEditor
    Dim keyData As Keys
    Dim value As Boolean
     
    value = instance.ProcessDialogKey(keyData)
    protected override bool ProcessDialogKey( 
       Keys keyData
    )

    Parameters

    keyData
    Key data
    See Also