Editor content (Html format).

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
[ObsoleteAttribute("Html property is obsolete please use Content property")]
public string Html { get; set; }
Visual Basic
<ObsoleteAttribute("Html property is obsolete please use Content property")> 
Public Property Html As String
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"Html property is obsolete please use Content property")]
property String^ Html {
	String^ get ();
	void set (String^ value);
}
F#
[<ObsoleteAttribute("Html property is obsolete please use Content property")>]
member Html : string with get, set

Property Value

Type: String

See Also