Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected bool IsDesignMode { get; set; }
Visual Basic
Protected Property IsDesignMode As Boolean
	Get
	Set
Visual C++
protected:
property bool IsDesignMode {
	bool get ();
	void set (bool value);
}
F#
member IsDesignMode : bool with get, set

Property Value

Type: Boolean

See Also