|
|
|
|
SuperToolTip, DevComponents.
Namespace: DevComponents.DotNetBar
Assembly: DevComponents.DotNetBar2.dll
Using: DevComponents.DotNetBar;
Declaring: DevComponents.DotNetBar.SuperTooltip();
Creating the SuperToolTip.
DevComponents.DotNetBar.SuperTooltip sTip = new DevComponents.DotNetBar.SuperTooltip();
Assigning the SuperToolTip's values to a control.
sTip.SetSuperTooltip(this.buttonX1, new DevComponents.DotNetBar.SuperTooltipInfo("DevComponents",
"", "Beautiful .Net controls for fast and easy programming", null, null, DevComponents.DotNetBar.eTooltipColor.Apple))
;
Assigning an image to the body of the SuperToolTip.
sTip.SetSuperTooltip(this.buttonX1, new DevComponents.DotNetBar.SuperTooltipInfo("DevComponents",
"", "Beautiful .Net controls for fast and easy programming", global::WindowsApplication2.Properties.Resources.YourResourceImage,
null, DevComponents.DotNetBar.eTooltipColor.Apple)) ;
Screenshots - SuperToolTip, DevComponents.
|
|
|
|
|