"namedRegisterTooltip"

Sets a tooltip for a tab.

Synopsis

setValue(string shape, "namedRegisterTooltip", string name, string tooltip);

getValue(string shape, "namedRegisterTooltip", string name, string &tooltip);

shape.namedRegisterTooltip(string name, string tooltip);

Parameters

Parameter Description
shape Name of the object
name Name of the tab
tooltip Tooltip for the tab

Description

Sets a tooltip for a tab.

Example

main()
{
  this.namedRegisterTooltip("Reg3","Test");
}

Assignment

Tab