Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintMessageBoxEventArgs Class / IsPreview Property


In This Topic
    IsPreview Property
    In This Topic
    Gets whether this event is for the print preview.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsPreview As Boolean
    'Usage
     
    
    Dim instance As PrintMessageBoxEventArgs
    Dim value As Boolean
     
    value = instance.IsPreview
    public bool IsPreview {get;}
    See Also