HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WinForms.Controls.BinarySuperToolTip.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 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 AboutToPopupHandlerSignature for subscribing handler method for the event AboutToPopup.
class BinarySuperToolTipBinarySuperToolTip class - An Office 2007 (c) styled and feature rich extended tooltip .NET component.
class BinarySuperToolTipDrawingEventArgsAn event arguments supplying custom class, to be used when subscribing to the component's special events - i.e HeaderDraw, FooterDraw and BodyDraw.
class BinarySuperToolTipPopupEventArgsEvent argument class containing properties to lookup and setup.
class BinarySuperToolTipPropertiesEditorThe 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 BodyDrawingHandlerEvent handler signature for the event BodyDraw.
enum ColorSchemeLists the built-in color schemes for drawing the background of the tooltip.
enum DrawingStyleLists the supported tooltip background drawing styles.
delegate FooterDrawingHandlerEvent handler signature for the event FooterDraw.
delegate HeaderDrawingHandlerEvent handler signature for the event HeaderDraw.