TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / StaysOpenMode Enumeration

In This Topic
    StaysOpenMode Enumeration
    In This Topic
    Specifies under what conditions the tooltip will remain visible if the mouse pointer leaves the control.
    Syntax
    'Declaration
     
    
    Public Enum StaysOpenMode 
       Inherits System.Enum
    public enum StaysOpenMode : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also