Ribbon for WinForms
StaysOpenMode 列挙体

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 : StaysOpenMode 列挙体
Specifies under what conditions the tooltip will remain visible if the mouse pointer leaves the control.
シンタックス
'宣言
 
Public Enum StaysOpenMode 
   Inherits System.Enum
public enum StaysOpenMode : System.Enum 
メンバ
メンバ解説
AlwaysThe tooltip always remains visible.
HoldAltThe tooltip remains visible only when the Alt key is pressed.
HoldControlThe tooltip remains visible only when the Control key is pressed.
HoldShiftThe tooltip remains visible only when the Shift key is pressed.
HoveredThe tooltip remains visible while the mouse cursor is hovered over it.
NeverThe tooltip never remains visible.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1SuperTooltip.StaysOpenMode

参照

C1.Win.C1SuperTooltip 名前空間