The simple use of the ToolTip in C#winform,

Source: Internet
Author: User

ToolTip it can provide our software with very beautiful cue information , improve the usability of the software, give users a better experience.

Use, load the following code when the form loads:

var toolTip1 = new ToolTip ();

Tooltip1.autopopdelay = 10000;
Tooltip1.initialdelay = 500;
Tooltip1.reshowdelay = 500;

Tooltip1.showalways = true;

Tooltip1.settooltip (This.label26, @ "All members of the system are divided into three categories" Class A, Class B, Class C "
Class A: Users who spend more than $2000.00 in the last 30 days
Class B: Users who spend more than $1000.00 and less than $2000.00 in the last 30 days
Category C: Users who spend less than $1000.00 in the last 30 days ");

We can refer to: http://www.cnblogs.com/yejun/archive/2009/05/20/1470713.html

The simple use of the ToolTip in C#winform,

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.