ESRI.ArcGIS.ADF.Tasks
ButtonText Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : ButtonText Property




Text for the Submit button on the Print task user dialog. Default in English is "Create Print Page".

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Initial text value for the Submit button.")>
<ResDefaultValueAttribute()>
<ResCategoryAttribute("PrintTask")>
Public Property ButtonText As String
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As String
 
instance.ButtonText = value
 
value = instance.ButtonText
C# 
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Initial text value for the Submit button.")]
[ResDefaultValueAttribute()]
[ResCategoryAttribute("PrintTask")]
public string ButtonText {get; set;}

See Also

© 2010 All Rights Reserved.