Tooltip
Introduction
Code Example: Adding a Tooltip
// Initialize
var button = new Button();
button.AddToRoot();
button.X = 50;
button.Y = 50;
button.Width = 150;
button.Height = 50;
button.Text = "Hover me";
button.ToolTip = "Click me";String-Only Content (v1)
Tuning Delays with ToolTipService
Programmatic Show and Hide
Opened and Closed Events
Last updated
Was this helpful?

