Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / BeforeModeChangeEventArgs Class / HtmlString Property

In This Topic
    HtmlString Property
    In This Topic
    Gets or sets the HTML source for the document being edited.
    Syntax
    'Declaration
     
    Public Property HtmlString As System.String
    public System.string HtmlString {get; set;}
    See Also