matlab.mixin.CustomDisplay.getDeletedHandleText

Class: matlab.mixin.CustomDisplay
Package: matlab.mixin

Returns text for handle to deleted object display

Syntax

handleText = matlab.mixin.CustomDisplay.getDeletedHandleText

Description

handleText = matlab.mixin.CustomDisplay.getDeletedHandleText returns the text:

'handle to deleted'

The text is linked to the documentation on deleted handle objects.

Output Arguments

handleText

Text 'handle to deleted', linked if the display supports hypertext links

Attributes

Statictrue
AccessProtected
Sealedtrue
Hiddentrue

To learn about attributes of methods, see Method Attributes.