ToolTip
The Wisej.NET ToolTip provides user hints when hovering over controls. Use it to explain control purposes or display runtime information. For example:
- Set
ToolTiptext on aTextBoxto specify input format requirements - Display connection status details when hovering over a
PictureBoxshowing Internet connectivity
info
For a full list of properties, methods and events see the API documentation.
Advanced
JavaScript Widget
| Item | Description |
|---|---|
| Class name | "wisej.web.extender.ToolTip" |
| Source code | https://github.com/iceteagroup/wisej-js |