FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowPrintDialog Property


In This Topic
ShowPrintDialog Property
In This Topic
Gets or sets whether to display a print dialog before printing.
Syntax
'Declaration
 
Public Property ShowPrintDialog As Boolean
 
'Usage
 
Dim instance As PrintInfo
Dim value As Boolean
 
instance.ShowPrintDialog = value
 
value = instance.ShowPrintDialog
See Also