Spread WinForms 15
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)

Parameters

keyData
See Also