[]
Provides data for the DrawArrow event.
public class DrawArrowEventArgs : EventArgs
| Name | Description |
|---|---|
| DrawArrowEventArgs(Graphics, Rectangle, bool, bool, bool, bool) | Initializes a new instance of the DrawArrowEventArgs class |
| 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. |