ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputText Class / Ellipsis Property

In This Topic
    Ellipsis Property
    In This Topic
    Gets or sets how to display the ellipsis string when the the control's content is longer than its width.
    Syntax
    'Declaration
     
    Public Property Ellipsis As EllipsisMode
    public EllipsisMode Ellipsis {get; set;}
    See Also