ESRI.ArcGIS.ADF.Tasks
ShowHelp Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : ShowHelp Property




Whether to display a Help button on the task interface, if supported by the task.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Behavior")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether to show the help button")>
<BrowsableAttribute(True)>
<PersistenceModeAttribute()>
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# 
[ResCategoryAttribute("Behavior")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether to show the help button")]
[BrowsableAttribute(true)]
[PersistenceModeAttribute()]
public override bool ShowHelp {get; set;}

See Also

© 2010 All Rights Reserved.