UtilDotNetBarShowSuperTooltipInfo Method

Shows a SuperTooltipInfo at the specified location.

Definition

Namespace: DevCase.ThirdParty.DotNetBar
Assembly: DevCase.net48.ThirdParty.DotNetBar (in DevCase.net48.ThirdParty.DotNetBar.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void ShowSuperTooltipInfo(
	SuperTooltip superToolTip,
	string headerText = "",
	string bodyText = "",
	Image bodyImage = null,
	string footerText = "",
	Image footerImage = null,
	eTooltipColor backColor = 18,
	Point location = default,
	int duration = 2,
	bool positionBelowControl = false
)

Parameters

superToolTip  SuperTooltip
The SuperTooltip control.
headerText  String  (Optional)
The header text.
bodyText  String  (Optional)
The body text.
bodyImage  Image  (Optional)
The body image.
footerText  String  (Optional)
The footer text.
footerImage  Image  (Optional)
The footer image.
backColor  eTooltipColor  (Optional)
The SuperTooltip background color.
location  Point  (Optional)
The location where to show the SuperTooltip.
duration  Int32  (Optional)
The SuperTooltip duration.
positionBelowControl  Boolean  (Optional)
If set to , the SuperTooltip is shown below the control.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed frameworks:

DotNetBar Suite for Windows Forms

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also