KaxToolTipManagerTargetControls Property |
Gets a collection of TargetControl objects that allows for specifying the objects for which tooltips will be created on the client-side.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ToolTipTargetControlCollection TargetControls { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property TargetControls As ToolTipTargetControlCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property ToolTipTargetControlCollection^ TargetControls {
ToolTipTargetControlCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member TargetControls : ToolTipTargetControlCollection with get
Property Value
Type:
ToolTipTargetControlCollection
Gets a collection of TargetControl objects that allows for specifying the objects for which tooltips will be created on the client-side.
Remarks
Use the TargetControls collection to programmatically control which objects should be tooltipified on the client-side.
See Also