ComponentOne VSView 8.0
AbortTextDevice Property

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

Syntax

[form!]VSPrinter.AbortTextDevice[ = 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 two placeholders specified as "%s". The first placeholder gets replaced with the device name, and the second with the port. For example, the default value for this property is "on the %s on %s". The text displayed after replacing the placeholders would be something like "on the HP LaserJet 4L on LPT1:".

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

"on the %s on %s"

 

 


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

Product Support Forum  |  Documentation Feedback