ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ToolTip Namespace / C1ToolTip Class / Template Property

In This Topic
    Template Property (C1ToolTip)
    In This Topic
    Gets or sets the template for the content area of the C1ToolTip control.
    Syntax
    'Declaration
     
    Public Property Template As System.Web.UI.ITemplate
    public System.Web.UI.ITemplate Template {get; set;}
    See Also