HypernovaDesktop Components · docs
Binarymission
WinForms › Tool Tip

Tool Tip

.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms

A highly customisable ToolTip .NET Component for WinForms

3public types
54public members
1namespaces

Assembly

AssemblyBinarymission.WinForms.Controls.BinaryToolTip.dll
Root namespaceBinarymission.WinForms.Controls.Popups
Target frameworks.NET Framework 4.8, .NET 6 / 8 / 10

Getting started

using Binarymission.WinForms.Controls.Popups;

// Designer: build the solution once, then drag BinaryToolTip from the Toolbox onto a form.
// In code:
var binaryToolTip = new BinaryToolTip
{
    Dock = DockStyle.Fill,
};
this.Controls.Add(binaryToolTip);

API reference

Binarymission.WinForms.Controls.Popups

class BinaryPointTipBinaryPointTip .NET is an extended ToolTip object, enabling you to display tooltips at any Point of your choice on the screen.
It also provides a wealth of impressive features, including the ever popular Windows XP styled "Balloon ToolTip" style, thereby making it easier for you to develop high quality and outstanding GUI applications.
class BinaryToolTipBinaryToolTip .NET is an extended replacement for the standard .NET ToolTip object, providing a wealth of impressive features, including the ever popular Windows XP styled "Balloon ToolTip" style, thereby making it easier for you to develop high quality and outstanding GUI applications.
enum BinaryToolTipStyleBinaryToolTipStyle contains the enumerations for the supported styles of ToolTip displays.