Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / ProcessDialogKey Method
One of the System.Windows.Forms.Keys values that represents the key to process.


In This Topic
    ProcessDialogKey Method (ModelessForm)
    In This Topic
    Processes a dialog box key.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ProcessDialogKey( _
       ByVal keyData As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As ModelessForm
    Dim keyData As Keys
    Dim value As Boolean
     
    value = instance.ProcessDialogKey(keyData)
    protected override bool ProcessDialogKey( 
       Keys keyData
    )

    Parameters

    keyData
    One of the System.Windows.Forms.Keys values that represents the key to process.

    Return Value

    true if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.
    See Also