Version

StayInEditMode Property

Indicates whether to stay in edit mode. Default value is true.
Syntax
'Declaration
 
Public Property StayInEditMode As Boolean
public bool StayInEditMode {get; set;}
Remarks

Note: If StayInEditMode is true, then the tool won't exit the edit mode unless the ForceExit is true in which case the tool will exit the edit mode regardless.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also