Table of Contents

Method CreateRichToolTipHandler

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

CreateRichToolTipHandler(string, string, bool)

Creates IRichToolTipHandler interface provider.

IRichToolTipHandler CreateRichToolTipHandler(string title, string message, bool useGeneric)

Parameters

title string

Tooltip title.

message string

Tooltip message.

useGeneric bool

Whether or not to use generic tooltip which is platform independent.

Returns

IRichToolTipHandler