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

In This Topic
    ToolTip Property (C1PreviewPane)
    In This Topic
    Gets the ToolTip used to display tooltips in the preview. Change this to customize the way preview tooltips look (e.g. change colors etc.).
    Syntax
    'Declaration
     
    Public ReadOnly Property ToolTip As PreviewToolTip
    public PreviewToolTip ToolTip {get;}
    See Also