Active Property (C1SuperTooltipBase)
In This Topic
Gets or sets a value indicating whether the
C1SuperTooltipBase is currently active.
Syntax
'Declaration
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("ST.Active", "Gets or sets a value indicating whether the C1SuperTooltip is currently active.")>
<DefaultValueAttribute(True)>
Public Property Active As Boolean
[C1Category("Behavior")]
[C1Description("ST.Active", "Gets or sets a value indicating whether the C1SuperTooltip is currently active.")]
[DefaultValue(true)]
public bool Active {get; set;}
See Also