ComponentOne Input for WinForms
C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1DbNavigator Class / ProcessDialogKey Method

In This Topic
    ProcessDialogKey Method
    In This Topic
    Processes a dialog key.
    Syntax
    'Declaration
     
    Protected Overrides Function ProcessDialogKey( _
       ByVal keyData As Keys _
    ) As Boolean
    protected override bool ProcessDialogKey( 
       Keys keyData
    )

    Parameters

    keyData

    Return Value

    true if the key was processed by the control; otherwise, false.
    See Also