Search
Calendar.ProcessDialogKey Method
See Also
 





Control.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 values from the .NET Keys enumeration that represents the key to process.

 Return Value

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

 See Also