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
<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.")>
<DefaultValueAttribute(False)>
Public Property ShowAlways As Boolean
[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.")]
[DefaultValue(false)]
public bool ShowAlways {get; set;}
See Also