Control Reference > VSPrinter Control > VSPrinter Properties > AbortTextPage Property |
Returns or sets the caption for the Page string in the default Abort dialog.
[form!]VSPrinter.AbortTextPage[ = value As String ]
This property allows you to customize the appearance of the default Abort dialog. This is especially useful for developers working with languages other than English.
This string may use a placeholder specified as "%d", which gets replaced with the number of the page being printed. For example, the default value for this property is "Now printing Page %d of". The text displayed after replacing the placeholders would be something like "Now printing Page 5 of".
For details on the default Abort dialog and a diagram displaying all localizable strings, see the AbortWindow property.
Note: Setting this property to an empty string restores it default value. |
String
"Now printing Page %d of"