ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / SyntaxType Enumeration

In This Topic
    SyntaxType Enumeration
    In This Topic
    The syntax type of editor.
    Syntax
    'Declaration
     
    Public Enum SyntaxType 
       Inherits System.Enum
    public enum SyntaxType : System.Enum 
    Members
    MemberDescription
    FieldThe field of the object.
    FunctionsFunctions.
    KeywordKeyword.
    NoneNone.
    NumberNumber.
    RegexRegex expression.
    StringString.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.ExpressionEditor.SyntaxType

    See Also