Specifies whether to display the resize handle at the corner of the editor.

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

Syntax

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

See Also