[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.StaysOpenMode

StaysOpenMode Enum

Specifies under what conditions the tooltip will remain visible if the mouse pointer leaves the control.

Namespace: C1.Win.SuperTooltip
Assembly: C1.Win.8.dll
Syntax
public enum StaysOpenMode

Fields

Name Description
Always

The tooltip always remains visible.

HoldAlt

The tooltip remains visible only when the Alt key is pressed.

HoldControl

The tooltip remains visible only when the Control key is pressed.

HoldShift

The tooltip remains visible only when the Shift key is pressed.

Hovered

The tooltip remains visible while the mouse cursor is hovered over it.

Never

The tooltip never remains visible.