Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintPreviewShowingEventArgs Class / PreviewControl Property


In This Topic
PreviewControl Property
In This Topic
Gets the control associated with the print preview dialog.
Syntax
'Declaration
 
Public ReadOnly Property PreviewControl As PrintPreviewControl
 
'Usage
 
Dim instance As PrintPreviewShowingEventArgs
Dim value As PrintPreviewControl
 
value = instance.PreviewControl
See Also