IEditProperties2.SnapTips Property
Indicates whether to show the snap tips.
[Visual Basic .NET]
Public Property SnapTips As Boolean
[C#]
public bool SnapTips {get; set;}
Product Availability
Available with ArcGIS Desktop.
Remarks
Use this property to determine whether snap tips are displayed when snapping is used in the editor. Snap tips provide feedback in the form of a tool tip and a message in the status bar identifying the snap agent that was used to modify the current point. If the snap agent used is a feature snap agent, the layer name and hit type are displayed; otherwise the snap agent name is displayed.
See Also
IEditProperties2 Interface