HandleKeyboard Property (C1PreviewPane)
In This Topic
Gets or sets a value indicating whether the C1PreviewPane should handle the common preview keys.
Syntax
'Declaration
Public Property HandleKeyboard As Boolean
public bool HandleKeyboard {get; set;}
Property Value
True to turn keyboard handling on, false to turn it off.
See Also