[]
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) | MouseDown processing. |
OnMouseUp(MouseEventArgs) | MouseUp processing. |