Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / ProcessDialogKey Method
Key data


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

    Parameters

    keyData
    Key data
    See Also