Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / StringType Enumeration

In This Topic
    StringType Enumeration
    In This Topic
    Specifies the type of string.
    Syntax
    'Declaration
     
    Public Enum StringType 
       Inherits System.Enum
    public enum StringType : System.Enum 
    Members
    MemberDescription
    HtmlString HTML code in the string.
    PlainText Plain text in the string.
    Url The url of document to load.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Editor.StringType

    See Also