Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / AbortMessage Property


In This Topic
    AbortMessage Property (PrintInfo)
    In This Topic
    Gets or sets the message to display for the abort dialog.
    Syntax
    'Declaration
     
    
    Public Property AbortMessage As String
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As String
     
    instance.AbortMessage = value
     
    value = instance.AbortMessage
    public string AbortMessage {get; set;}
    See Also