Gets or Sets the title of the Html Document.


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

Syntax

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

/** property */
public void set_DocumentTitle(string value);
JScript
public function get DocumentTitle() : String

public function set DocumentTitle(value : String);

See Also