MindFusion WinForms Programmer's Guide
ItemEditorEx.ProcessDialogKey Method
See Also
 





ContainerControl.ProcessDialogKey override.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected override bool ProcessDialogKey (
    Keys keyData
)

Visual Basic  Copy Code

Protected Overrides Function ProcessDialogKey( _
    keyData As Keys _
) As Boolean

 Parameters

keyData

One of the Keys values that represents the key to process.

 Return Value

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

 See Also

ItemEditorEx Members
ItemEditorEx Class
MindFusion.Scheduling.WinForms Namespace