HitTestVisible Property (C1SuperTooltipBase)
In This Topic
Gets or sets a value that determines whether the tooltip can be clicked.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("ST.HitTestVisible", "Gets or sets a value that determines whether the tooltip can be clicked.")>
Public Property HitTestVisible As Boolean
[DefaultValue(false)]
[C1Category("Behavior")]
[C1Description("ST.HitTestVisible", "Gets or sets a value that determines whether the tooltip can be clicked.")]
public bool HitTestVisible {get; set;}
See Also