ShowAlways Property (C1SuperTooltipBase)
In This Topic
Gets or sets a value indicating whether a
C1SuperTooltipBase window is displayed even when its parent control is not active.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("ST.ShowAlways", "Gets or sets a value indicating whether a C1SuperTooltip window is displayed even when its parent control is not active.")>
Public Property ShowAlways As Boolean
[DefaultValue(false)]
[C1Category("Behavior")]
[C1Description("ST.ShowAlways", "Gets or sets a value indicating whether a C1SuperTooltip window is displayed even when its parent control is not active.")]
public bool ShowAlways {get; set;}
See Also