Table of Contents

Property UseGeneric

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

UseGeneric

Gets or sets whether to use generic or native control as a RichToolTip.

public static bool UseGeneric { get; set; }

Property Value

bool

Remarks

When generic control is used, it is possible to specify foreground color and foreground title color. In the native control it is not implemented. We suggest to use generic version under Linux as native version have bad colors on Ubuntu so message is not visible. Default is true.