Main Content
TitleTips property
Description of check
Values
Character vector
Default: ''
(empty
character vector)
Description
The TitleTips
property specifies a description
of the check. Details about the check are displayed in the right pane
of the Model Advisor.
Examples
rec = ModelAdvisor.Check('com.mathworks.sample.Check1'); rec.Title = 'Check Simulink block font'; rec.TitleTips = 'Example style three callback';