MATLAB: ToolTipString not displaying when button is disabled

button enable offtooltipstring

Hi, I would like to have the ToolTipString display a message at all times when hovering over the button. However when the button is disabled it does not display the message. Is there a way to solve this? Thank you
set(handles.RunScenario_Button,'Enable','off')
set(handles.RunScenario_Button,'TooltipString',sprintf('gewgrsfgf'))

Best Answer

See:
Please note that e.g. Google will find this answer even faster than the forum, when you ask for "Matlab tooltip disabled".