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

In This Topic
    FormatMode Enumeration
    In This Topic
    Enumeration that determines the format mode of the mask format.
    Syntax
    'Declaration
     
    Public Enum FormatMode 
       Inherits System.Enum
    public enum FormatMode : System.Enum 
    Members
    MemberDescription
    AdvancedThe advacned format.
    SimpleThe simple format.
    Inheritance Hierarchy

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

    See Also