ToolTip
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Last updated
Was this helpful?
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Last updated
Was this helpful?
The Wisej.NET ToolTip
provides user hints when hovering over controls. Use it to explain control purposes or display runtime information. For example:
Set ToolTip
text on a TextBox
to specify input format requirements
Display connection status details when hovering over a PictureBox
showing Internet connectivity
For a full list of properties, methods and events see the API documentation.
Class name
"wisej.web.extender.ToolTip"
Source code