Gets or sets whether the RichTextEditor control is used in a full-screen mode.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public RTEBooleanValue FullScreen { get; set; }
Visual Basic
Public Property FullScreen As RTEBooleanValue
	Get
	Set
Visual C++
public:
property RTEBooleanValue FullScreen {
	RTEBooleanValue get ();
	void set (RTEBooleanValue value);
}

Remarks

To enable the full-screen mode for a RichTextEditor control, set the FullScreen property to true. In this case, the control fills the entire page and can be resized together with the browser window.

See Also