PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / HandleKeyboard Property

In This Topic
    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