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
| Assembly | Binarymission.WinForms.Controls.BinaryToolTip.dll |
| Root namespace | Binarymission.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 BinaryPointTip | BinaryPointTip .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 BinaryToolTip | BinaryToolTip .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 BinaryToolTipStyle | BinaryToolTipStyle contains the enumerations for the supported styles of ToolTip displays. |