Search Results for

    Show / Hide Table of Contents

    Class ToolTip

    Chart ToolTip

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.ToolTip
    ToolTip
    Namespace: FastReport.BG.Common
    Assembly: FastReport.BG.dll
    Syntax
    public class ToolTip : ToolTip, IComponent, IDisposable, IExtenderProvider

    Constructors

    ToolTip(ChartBase)

    Construct a new ToolTip instance

    Declaration
    public ToolTip(ChartBase owner)
    Parameters
    Type Name Description
    ChartBase owner

    Chart which owns the ToolTip

    Properties

    InlineImageCache

    Cache for inline images

    Declaration
    [Browsable(false)]
    public InlineImageCache InlineImageCache { get; }
    Property Value
    Type Description
    InlineImageCache

    Node

    Node which ToolTip is going to be shown

    Declaration
    public NodeBase Node { get; set; }
    Property Value
    Type Description
    NodeBase

    Options

    ToolTip behavior options

    Declaration
    public ToolTipOptions Options { get; }
    Property Value
    Type Description
    ToolTipOptions

    Methods

    Dispose(Boolean)

    Dispose resources used by ToolTip

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true to dispose all resources (managed and unmanaged); false - to dispose only unmanaged resources

    Overrides
    System.Windows.Forms.ToolTip.Dispose(System.Boolean)
    Back to top © 2021-2022 Copyright Fast Reports Inc.