ComponentOne Menus and Toolbars for WinForms
DrawLinkEventArgs Constructor

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > DrawLinkEventArgs Class : DrawLinkEventArgs Constructor
The Graphics object to draw on.
The command link to draw.
The bounding rectangle of the link.
Flag indicating whether the user completed the drawing.
Initializes a new instance of the DrawLinkEventArgs class
Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal link As C1CommandLink, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal done As System.Boolean _
)
public DrawLinkEventArgs( 
   System.Drawing.Graphics graphics,
   C1CommandLink link,
   System.Drawing.Rectangle bounds,
   System.bool done
)

Parameters

graphics
The Graphics object to draw on.
link
The command link to draw.
bounds
The bounding rectangle of the link.
done
Flag indicating whether the user completed the drawing.
See Also

Reference

DrawLinkEventArgs Class
DrawLinkEventArgs Members