Indicates if oEmbed functionality is active, and all links inside square brackets [http://www.xy.com] are parsed by the oEmbed provider.

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

Syntax

C#
public bool oEmbedActive { get; set; }
Visual Basic
Public Property oEmbedActive As Boolean
	Get
	Set
Visual C++
public:
property bool oEmbedActive {
	bool get ();
	void set (bool value);
}
F#
member oEmbedActive : bool with get, set

Property Value

Type: Boolean

See Also