Dot Net solving problems
Dot Net solving problems
Monday, 23 June 2014
how to add tooltip for button in c# winforms
There is a one simple function written below. If you wont please use it in your Page load Function.
ToolTip
tooltip1 =
new
System.Windows.Forms.
ToolTip
();
tooltip1.SetToolTip(btnVendorReset,
"Refresh"
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment