Text for the Submit button on the Print task user dialog. Default in English is "Create Print Page".
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("Initial text value for the Submit button.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<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# | |
|---|
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("Initial text value for the Submit button.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResCategoryAttribute("PrintTask")]
public string ButtonText {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