PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / HyperlinkJumpEventArgs Class / Cancel Property

In This Topic
    Cancel Property (HyperlinkJumpEventArgs)
    In This Topic
    Gets or sets a value indicating whether the hyperlink jump should be canceled.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also