[]
        
(Showing Draft Content)

C1.Win.C1Command.DrawArrowEventArgs.-ctor

DrawArrowEventArgs Constructor

DrawArrowEventArgs(Graphics, Rectangle, bool, bool, bool, bool)

Initializes a new instance of the DrawArrowEventArgs class

Declaration
public DrawArrowEventArgs(Graphics graphics, Rectangle bounds, bool enabled, bool pressed, bool up, bool done)
Parameters
Type Name Description
Graphics graphics

The Graphics object to draw on.

Rectangle bounds

The bounding rectangle of the Arrow button.

bool enabled

Gets the value if button is enabled.

bool pressed

Gets the value if button is pressed.

bool up

Indicates if Up button is drawn or not.

bool done

Flag indicating whether the user completed the drawing.