WinForms › Super Tooltip
Super Tooltip
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms
A highly customisable MS Office-like SuperToolTip .NET Component for WinForms
10public types
88public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.BinarySuperToolTip.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 BinarySuperToolTip from the Toolbox onto a form.
// In code:
var binarySuperToolTip = new BinarySuperToolTip
{
Dock = DockStyle.Fill,
};
this.Controls.Add(binarySuperToolTip);
API reference
Binarymission.WinForms.Controls.Popups
delegate AboutToPopupHandler | Signature for subscribing handler method for the event AboutToPopup. |
class BinarySuperToolTip | BinarySuperToolTip class - An Office 2007 (c) styled and feature rich extended tooltip .NET component. |
class BinarySuperToolTipDrawingEventArgs | An event arguments supplying custom class, to be used when subscribing to the component's special events - i.e HeaderDraw, FooterDraw and BodyDraw. |
class BinarySuperToolTipPopupEventArgs | Event argument class containing properties to lookup and setup. |
class BinarySuperToolTipPropertiesEditor | The design-time dialog that edits a super tool tip's content and appearance. The designer opens it from the property grid; it is not meant to be shown at run time. |
delegate BodyDrawingHandler | Event handler signature for the event BodyDraw. |
enum ColorScheme | Lists the built-in color schemes for drawing the background of the tooltip. |
enum DrawingStyle | Lists the supported tooltip background drawing styles. |
delegate FooterDrawingHandler | Event handler signature for the event FooterDraw. |
delegate HeaderDrawingHandler | Event handler signature for the event HeaderDraw. |