ArcObjects Library Reference (EditorExt)  

ITabletExt.ToolCommitType Property

The ink tool commit type.

[Visual Basic .NET]
Public Property ToolCommitType As ESRITPCToolCommitType
[C#]
public ESRITPCToolCommitType ToolCommitType {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The ToolCommitType property controls the Tablet "Auto-Finish" options that are on the Tablet Options dialog. If the ToolCommitType is not set to ETPC_Manual, then the ToolCommitDelay is used to automatically complete the ink sketch within x number of seconds.

See Also

ITabletExt Interface