ComponentOne VSView 8.0
AbortTextPage Property

Returns or sets the caption for the Page string in the default Abort dialog.

Syntax

[form!]VSPrinter.AbortTextPage[ = value As String ]

Remarks

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.

Data Type

String

Default Value

"Now printing Page %d of"

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback