'Declaration
Public Enum StaysOpenMode Inherits System.Enum
public enum StaysOpenMode : System.Enum
'Declaration
Public Enum StaysOpenMode Inherits System.Enum
public enum StaysOpenMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1SuperTooltip.StaysOpenMode