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

In This Topic
    ShowToolTips Property (C1PreviewPane)
    In This Topic
    Gets or sets a value indicating whether to show tooltips.
    Syntax
    'Declaration
     
    Public Property ShowToolTips As Boolean
    public bool ShowToolTips {get; set;}

    Property Value

    True to turn tooltips on, false to turn them off.
    See Also