Gets or sets the delay, in milliseconds, before the editor loading operation is started.

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

Syntax

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

See Also