[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.C1SuperTooltipBase.StaysOpenMode

StaysOpenMode Property

StaysOpenMode

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.

Declaration
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 Never.