Class TooltipCreater
Defines tooltipCreater class
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class TooltipCreater : Control, IHtmlString
Constructors
TooltipCreater()
Initializes a new instance of the TooltipCreater
Declaration
public TooltipCreater()
TooltipCreater(Tooltip)
Initializes a new instance of the “TooltipCreater” with the specified tooltip
Declaration
public TooltipCreater(Tooltip tooltip)
Parameters
Type | Name | Description |
---|---|---|
Tooltip | tooltip | Tooltip ui element |
Properties
Model
Instance of the control properties class
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the plugin name of the Tooltip element as 'ejTooltip'.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Creates container for Tooltip
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | tooltip ID |
Returns
Type | Description |
---|---|
System.Web.HtmlString | Empty string |
Overrides
Implements
System.Web.IHtmlString