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