|
| ESRI.ArcGIS.ADF.Tasks | |
| ShowHelp Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : ShowHelp Property |
| Visual Basic (Declaration) | |
|---|---|
<PersistenceModeAttribute(PersistenceMode.Attribute)> <ResCategoryAttribute("Behavior")> <ResDescriptionAttribute("Whether to show the help button")> <BrowsableAttribute(True)> <NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> Public Overrides Property ShowHelp As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As GeoprocessingTask Dim value As Boolean instance.ShowHelp = value value = instance.ShowHelp | |
| C# | |
|---|---|
[PersistenceModeAttribute(PersistenceMode.Attribute)] [ResCategoryAttribute("Behavior")] [ResDescriptionAttribute("Whether to show the help button")] [BrowsableAttribute(true)] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public override bool ShowHelp {get; set;} | |
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