Spread Windows Forms 15.0
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
    public string AbortMessage {get;}
    See Also