Gets or sets whether the EditableTextBlock is in edit mode. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsInEditMode { get; set; }
Visual Basic
Public Property IsInEditMode As Boolean
	Get
	Set
Visual C++
public:
property bool IsInEditMode {
	bool get ();
	void set (bool value);
}

Remarks

Dependency Property Information
Identifier fieldIsInEditModeProperty
Metadata properties set to trueNone

See Also