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