KaxToolTipManagerToolTipZoneID Property |
Gets or sets the id (ClientID if a runat=server is used) of a html element whose children will be tooltipified
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ToolTipZoneID { get; set; }
Public Property ToolTipZoneID As String
Get
Set
public:
property String^ ToolTipZoneID {
String^ get ();
void set (String^ value);
}
member ToolTipZoneID : string with get, set
Property Value
Type:
String
See Also