Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / ProcessDialogKey Method


In This Topic
    ProcessDialogKey Method (DesignerMain)
    In This Topic
    Process dialog key to invoke Form_KeyDown because based control (C1RibbonForm) doesn't fire KeyDown to child.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ProcessDialogKey( _
       ByVal keyData As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As DesignerMain
    Dim keyData As Keys
    Dim value As Boolean
     
    value = instance.ProcessDialogKey(keyData)
    protected override bool ProcessDialogKey( 
       Keys keyData
    )

    Parameters

    keyData
    See Also