ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / EllipsisMode Enumeration

In This Topic
    EllipsisMode Enumeration
    In This Topic
    Specifies the mode of the ellipsis (...) to display.
    Syntax
    'Declaration
     
    Public Enum EllipsisMode 
       Inherits System.Enum
    public enum EllipsisMode : System.Enum 
    Members
    MemberDescription
    EllipsisEndShows the ellipsis on the far side of the control
    EllipsisPathExchanges the middle part of the string with an ellipsis
    NoneDoes not display the ellipsis
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Input.EllipsisMode

    See Also