Use the ShowOnDisabled attached property of the ToolTipService class! From
XAML, this would look like the following on a Button:
Or from C# code, you can call the static method corresponding to the attached property:
ToolTipService.SetShowOnDisabled(myButton, true);
No comments:
Post a Comment