tags:

views:

41

answers:

1

I´d like to know how can I programmatically set a tooltip on disabled buttons.

+1  A: 

I think the ToolTipService.ShowOnDisabled attached property will do what you're looking for.

Eric