Styling > Customizing User-Defined Business Objects > Customizing Tooltips of User-Defined Business Objects

The tooltips of user-defined business objects can be customized using the same properties as for the predefined business objects.

How to Use Tooltip Properties in a User-Defined Business Class
object."test.MyNetworkElement" {
  toolTipText: @name;
}

Refer to Changing the Font of All Labels for a complete list of the available properties.

Refer to How to Use a JComponent to Generate a Tree Node Representation and How to Use an IlvGraphic to Generate a Network Node Representation for details about using a graphic as a tooltip.