Gets or sets the option of using a WYSIWYG editor or a simple text box when editing HTML CContent.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool UseWysiwigEditor { get; set; }
Visual Basic (Declaration)
Public Property UseWysiwigEditor As Boolean
Visual C++
public:
property bool UseWysiwigEditor {
	bool get ();
	void set (bool value);
}

See Also