GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ToolTip Property
In This Topic
    ToolTip Property (GoView)
    In This Topic
    Gets or sets the ToolTip component for this view.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual ToolTip ToolTip {get; set;}

    Property Value

    By default each view has a ToolTip component allocated. If the value is null, all tooltips are disabled for this view.
    Remarks
    Setting this property to null to turn off all tooltip related activity will reduce the overhead involved when moving the mouse over the view.
    See Also