Gets or sets the document HTML.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Property DocumentHtml As String
C#
public string DocumentHtml { get; set; }
C++
public property string DocumentHtml sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_DocumentHtml();

/** property */
public void set_DocumentHtml(string value);
JScript
public function get DocumentHtml() : String

public function set DocumentHtml(value : String);

Property Value

The document HTML.

See Also