Share via


IsInEditMode Property

Gets or sets {insert text here}.

Namespace:  Microsoft.Data.Tools.Design.Core.Controls
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Property IsInEditMode As Boolean
    Get
    Set
'Usage
Dim instance As EditableContentControl
Dim value As Boolean

value = instance.IsInEditMode

instance.IsInEditMode = value
public bool IsInEditMode { get; set; }
public:
property bool IsInEditMode {
    bool get ();
    void set (bool value);
}
member IsInEditMode : bool with get, set
function get IsInEditMode () : boolean
function set IsInEditMode (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

EditableContentControl Class

Microsoft.Data.Tools.Design.Core.Controls Namespace