'宣言 Public Enum StaysOpenMode Inherits System.Enum
public enum StaysOpenMode : System.Enum
'宣言 Public Enum StaysOpenMode Inherits System.Enum
public enum StaysOpenMode : System.Enum
| メンバ | 解説 | 
|---|---|
| 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