matlab.mixin.CustomDisplay.getDeletedHandleText
Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin
Return text for handle to deleted object display
Syntax
handleText = matlab.mixin.CustomDisplay.getDeletedHandleText
Description
returns the text:handleText
= matlab.mixin.CustomDisplay.getDeletedHandleText
'handle to deleted'
The text is a link to the documentation on deleted handle objects if the display supports
links. Use this with other methods, such as getClassNameForHeader
, to create a description of the deleted object, such as
handle to deleted MyClass
.
Attributes
Static | true |
Access | protected |
Sealed | true |
Hidden | true |
To learn about attributes of methods, see Method Attributes.
Examples
For an example of a class that implements
matlab.mixin.CustomDisplay.getDeletedHandleText
, see Customize Display of Object Arrays.
Version History
Introduced in R2013b