PocketPlanner 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.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool EnableKeyboard { get; set; }

Visual Basic

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