Gets or sets If the control handles the Up / Down / PageUp / PageDown keys.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool HandleUpDownKeys { get; set; }
Visual Basic
Public Property HandleUpDownKeys As Boolean
	Get
	Set

See Also