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