Specifies the behavior when the "save" button is clicked in the editor.

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

Syntax

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

See Also