Control.hintTooltip

Changes the tooltip text. The tooltip appears when the user's mouse cursor stays idle over this control for a few moments.

  1. String hintTooltip [@property getter]
  2. String hintTooltip [@property setter]
    struct Control
    @nogc nothrow @property
    void
    hintTooltip
    (
    String v
    )

Meta