MATLAB: How to use tooltip string in app designer

app designertooltiptooltipstring

I want to have help text when the cursor hovers over buttons created in app designer.
With uicontrol in a figure I can do this with: uicontrol('Style', 'Pushbutton', 'String', 'Hello','ToolTipString','This is the tooltip string')
but how do you do this within app designer?

Best Answer

There is currently no way to add tooltips in App Designer. This is known to the developers and they are working to add this to a future release of MATLAB.