Specifies whether or not to allow the users resize an object winthin the RichTextEditor. For example, if you want to prevent people from resizing images, table winthin the RichTextEditor, you can set it to false.

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

Syntax

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

See Also