Table of Contents

Method ShowToolTip

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ShowToolTip(AbstractControl?, object?, string?, MessageBoxIcon?, uint?, PointD?)

Shows tooltip with the specified parameters using IToolTipProvider specified in the control or in one of its parents.

public static IRichToolTip? ShowToolTip(AbstractControl? control, object? title, string? message, MessageBoxIcon? icon = null, uint? timeoutMilliseconds = null, PointD? location = null)

Parameters

control AbstractControl
title object
message string
icon MessageBoxIcon?
timeoutMilliseconds uint?
location PointD?

Returns

IRichToolTip