Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.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