[]
Represents a button for an editing control.
public class SEditButton : ElementWindowless, ISerializeSupport, IDisposable
Public Class SEditButton
Inherits ElementWindowless
Implements ISerializeSupport, IDisposable
| Name | Description |
|---|---|
| SEditButton() | Constructs a new button for an editing control. |
| Name | Description |
|---|---|
| dropDown | Internal use only. Drop-down button. |
| Name | Description |
|---|---|
| AdjustClientArea() | Internal use only. |
| Dispose() | Disposes and frees up resources. |
| Dispose(bool) | Disposes and frees up resources. |
| DoMouseUp(object, MouseEventArgs) | Handles the mouse up processing. |
| InitializeButtons() | Initializes the control elements. |
| OnDropDownMouseDown(object, MouseEventArgs) | Occurs when the mouse is pressed on drop-down. |
| OnDropDownMouseUp(object, MouseEventArgs) | Occurs when the mouse is released on drop-down. |
| OnPopUpMouseDown(object, MouseEventArgs) | Occurs when the mouse is pressed on pop-up. |
| OnPopUpMouseUp(object, MouseEventArgs) | Occurs when the mouse is released on pop-up. |
| OnSlideLeftMouseDown(object, MouseEventArgs) | Occurs when the mouse is pressed on slide left. |
| OnSlideLeftMouseUp(object, MouseEventArgs) | Occurs when the mouse is released on slide left. |
| OnSlideRightMouseDown(object, MouseEventArgs) | Occurs when the mouse is pressed on slide right. |
| OnSlideRightMouseUp(object, MouseEventArgs) | Occurs when the mouse is released on slide right. |
| OnSpinDownMouseDown(object, MouseEventArgs) | Occurs when the mouse is pressed on a spin button. |
| OnSpinDownMouseUp(object, MouseEventArgs) | Occurs when the mouse is released on spin down. |
| OnSpinUpMouseDown(object, MouseEventArgs) | Occurs when the mouse is pressed on the spin button. |
| OnSpinUpMouseUp(object, MouseEventArgs) | Occurs when the mouse is released on spin up. |
| PaintBackColor(Graphics, Rectangle) | Paints the background color. |
| SpecialResetState() | Resets the control to a specific state. |
| ToggleState() | Toggles the state of the control. |