MobileForms Toolkit Documentation

AdvancedList.AddTooltipArea Method 

Adds the rectangular tooltip area with the given text.

public void AddTooltipArea(
Rectangle bounds,
string text
);

Parameters

bounds
Rectangle within client coordinates.
text
Text to display.

Remarks

Tooltip with given text is displayed in whenever user holds mouse down in the selected area for at least 500 ms.

Tooltip areas are reset when they are scrolled from view. The best place to update the tooltip areas is from within custom cell's Draw method.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace