[Missing <summary> documentation for "P:RTE.UploaderBase.IsDesignMode"]

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

Syntax

C#
protected bool IsDesignMode { get; }
Visual Basic
Protected ReadOnly Property IsDesignMode As Boolean
	Get
Visual C++
protected:
property bool IsDesignMode {
	bool get ();
}

See Also