FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintMessageBoxEventArgs Class / AbortMessage Property


In This Topic
AbortMessage Property (PrintMessageBoxEventArgs)
In This Topic
Gets the message displayed if the print job is canceled.
Syntax
'Declaration
 
Public ReadOnly Property AbortMessage As String
 
'Usage
 
Dim instance As PrintMessageBoxEventArgs
Dim value As String
 
value = instance.AbortMessage
See Also