Gets or sets the list of TargetControl objects that will be tooltipified.

Namespace:  C1.Web.UI.Controls.C1ToolTip
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Misc")]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[MergablePropertyAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
[LayoutAttribute(LayoutType.Misc)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[JsonAttribute(true)]
public C1ToolTipTargetControlCollection TargetControls { get; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Misc")> _
<BrowsableAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<MergablePropertyAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<LayoutAttribute(LayoutType.Misc)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<JsonAttribute(True)> _
Public ReadOnly Property TargetControls As C1ToolTipTargetControlCollection
	Get

See Also