Sandbox Logo

Panel.HasTooltip

bool HasTooltip { get; set; }

Description

You should override and return true if you're overriding <see cref="M:Sandbox.UI.Panel.CreateTooltipPanel" />. Otherwise this will return true if <see cref="P:Sandbox.UI.Panel.Tooltip" /> is not empty.

Return

User Comments