Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AnnotationModeEventArgs Class / AnnotationModeEventArgs Constructor
Control that represents the drawing surface


In This Topic
AnnotationModeEventArgs Constructor
In This Topic
Creates a new object with the AnnotationMode event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal drawingSurface As Control _
)
 
'Usage
 
Dim drawingSurface As Control
 
Dim instance As New AnnotationModeEventArgs(drawingSurface)

Parameters

drawingSurface
Control that represents the drawing surface
See Also