Gets a value indicating whether this instance is in design mode.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public static bool IsDesignMode { get; }
Visual Basic
Public Shared ReadOnly Property IsDesignMode As Boolean
	Get

Field Value

true if this instance is design mode; otherwise, false.

See Also