ArcGIS Pro 2.9 API Reference Guide
ShowUncommittedSketchDialog Property

ArcGIS.Desktop.Mapping Namespace > MapTool Class : ShowUncommittedSketchDialog Property
Gets or sets whether the uncommitted sketch dialog is shown. Default is false.
Syntax
protected bool ShowUncommittedSketchDialog {get; set;}
Protected Property ShowUncommittedSketchDialog As Boolean
Remarks
The uncommitted sketch dialog is shown for many editing tools in the UI when the tool is deactivated with an uncommitted sketch in the map. Custom MapTools will not show this dialog by default and the sketch will be discarded when the tool is deactivated.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapTool Class
MapTool Members