ESRI.ArcGIS.ADF.ArcGISServer.Editor
ShowHelp Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > SnappingPanel Class : ShowHelp Property




Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Behavior")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResDescriptionAttribute("Whether to show the help button")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
Public Overridable Property ShowHelp As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SnappingPanel
Dim value As Boolean
 
instance.ShowHelp = value
 
value = instance.ShowHelp
C# 
[ResCategoryAttribute("Behavior")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResDescriptionAttribute("Whether to show the help button")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
public virtual bool ShowHelp {get; set;}

Requirements

Target 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

© 2011 All Rights Reserved.