ArcObjects Library Reference (Editor)  

IEditProperties4.ShowConstructionToolbars Property

Indicates whether construction toolbars will be displayed while drawing a sketch.

[Visual Basic .NET]
Public Property ShowConstructionToolbars As Boolean
[C#]
public bool ShowConstructionToolbars {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Setting this property to true will display the construction mini toolbar during sketch construction.

In the UI this is set in the General tab on the Editor Options dialog.

See Also

IEditProperties4 Interface