[]
        
(Showing Draft Content)

C1.Win.C1Command.DrawArrowEventArgs

DrawArrowEventArgs Class

Provides data for the DrawArrow event.

Inheritance
DrawArrowEventArgs
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class DrawArrowEventArgs : EventArgs

Constructors

Name Description
DrawArrowEventArgs(Graphics, Rectangle, bool, bool, bool, bool)

Initializes a new instance of the DrawArrowEventArgs class

Fields

Name Description
Bounds

The bounding rectangle of the Arrow button.

Done

Flag indicating whether the user completed the drawing.

Enabled

Gets the value if button is enabled.

Graphics

The Graphics object to draw on.

Pressed

Gets the value if button is pressed.

Up

Indicates if Up button is drawn or not.