|
| ESRI.ArcGIS.ADF.Tasks | |
| ShowHelp Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : ShowHelp Property |
| 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 PrintTask 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;} | |
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