ESRI.ArcGIS.Mobile
ShowTips Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Sketch Namespace > SnappingEnvironment Class : ShowTips Property

Gets or sets if snap agent's tips are displayed.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Indicates if snap tips are going to be display or not.")>
<DefaultValueAttribute()>
Public Property ShowTips As Boolean
C# 
[CompilerGeneratedAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Indicates if snap tips are going to be display or not.")]
[DefaultValueAttribute()]
public bool ShowTips {get; set;}

Remarks

Displays the name of the snap agent when moving the mouse around.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also