[]
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.
public StaysOpenMode StaysOpenMode { get; set; }
This property works only if HitTestVisible is true. Otherwise, the Control behaves as if the property is set to a value Never.