TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / StaysOpenMode Property

In This Topic
    StaysOpenMode Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets a value indicating under what conditions the tooltip will remain visible if the mouse pointer leaves the control. Period of time (in milliseconds) the tooltip remains visible can be set using the AutoPopDelay property.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ST.StaysOpenMode", "Specifies under what conditions the tooltip will remain visible if the mouse pointer leaves the control.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1CategoryAttribute("Behavior")>
    Public Property StaysOpenMode As StaysOpenMode
    [C1Description("ST.StaysOpenMode", "Specifies under what conditions the tooltip will remain visible if the mouse pointer leaves the control.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Category("Behavior")]
    public StaysOpenMode StaysOpenMode {get; set;}
    Remarks
    This property works only if HitTestVisible is true. Otherwise, the Control behaves as if the property is set to a value StaysOpenMode.Never.
    See Also