MindFusion WinForms Programmer's Guide
Calendar.EnableKeyboard Property
See Also
 





Gets or sets a value indicating whether the selection can be manipulated through the keyboard.

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

 Syntax

C#  Copy Code

public bool EnableKeyboard { get; set; }

Visual Basic  Copy Code

Public Property EnableKeyboard As Boolean

 Property Value

A Boolean value specifying whether the selection can be modified through the keyboard. The default is true.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace