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;}
See Also