Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
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
See Also