C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / EllipsisMode Enumeration

EllipsisMode Enumeration
Specifies the mode of the ellipsis (...) to display.
Syntax
'Declaration
 
Public Enum EllipsisMode 
   Inherits 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