Gets or sets a value indicating whether the C1PreviewPane should handle the common preview keys.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] public bool HandleKeyboard { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(True)> _ Public Property HandleKeyboard As Boolean Get Set |
Field Value
True to turn keyboard handling on, false to turn it off.
Remarks
The default value for this property is True.