Function Control.hintTooltip

Changes the tooltip text. The tooltip appears when the user's mouse cursor stays idle over this control for a few moments, provided that the mouseFilter property is not constant MOUSE_FILTER_IGNORE. You can change the time required for the tooltip to appear with gui/timers/tooltip_delay_sec option in Project Settings.

String hintTooltip() nothrow @property @nogc;

void hintTooltip (
  String v
) nothrow @property @nogc;