[]
Represents a button element object.
public class ButtonElement : ElementWindowless, ISerializeSupport
Public Class ButtonElement
Inherits ElementWindowless
Implements ISerializeSupport
| Name | Description |
|---|---|
| ButtonElement() | Creates a button element object. |
| ButtonElement(object) | Creates a button element object by copying another. |
| Name | Description |
|---|---|
| pressed | Determines whether the button is pressed. |
| Name | Description |
|---|---|
| OnGotFocus(EventArgs) | Occurs when the element gets focus. |
| OnMouseDown(MouseEventArgs) | Raises the MouseDown event when the pointer button is pressed while the cursor is over the control. |
| OnMouseUp(MouseEventArgs) | Raises the mouse up event. |