ComponentOne Menus and Toolbars for WinForms
DrawArrowEventArgs Constructor

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > DrawArrowEventArgs Class : DrawArrowEventArgs Constructor
The Graphics object to draw on.
The bounding rectangle of the Arrow button.
Gets the value if button is enabled.
Gets the value if button is pressed.
Indicates if Up button is drawn or not.
Flag indicating whether the user completed the drawing.
Initializes a new instance of the DrawArrowEventArgs class
Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal enabled As System.Boolean, _
   ByVal pressed As System.Boolean, _
   ByVal up As System.Boolean, _
   ByVal done As System.Boolean _
)
public DrawArrowEventArgs( 
   System.Drawing.Graphics graphics,
   System.Drawing.Rectangle bounds,
   System.bool enabled,
   System.bool pressed,
   System.bool up,
   System.bool done
)

Parameters

graphics
The Graphics object to draw on.
bounds
The bounding rectangle of the Arrow button.
enabled
Gets the value if button is enabled.
pressed
Gets the value if button is pressed.
up
Indicates if Up button is drawn or not.
done
Flag indicating whether the user completed the drawing.
See Also

Reference

DrawArrowEventArgs Class
DrawArrowEventArgs Members