Name | Description | |
---|---|---|
DoClick | Generates a Click event for this button. |
For a list of all members of this type, see NButtonBase members.
Name | Description | |
---|---|---|
ClearButtonState | Clears the button state | |
IsMouseInButton | Returns true if the mouse pointer is inside the button. | |
IsTouchDeviceInButton | ||
OnButtonStateChanged | Called when the pressed state of the button was changed. | |
OnClick | Called when the button is clicked. Raises the button click event | |
OnDisabled | Overridden. Called when the Disabled property is set to true | |
OnFocusOut | Overridden. Handles the lost focus event | |
OnKeyDown | Overridden. Handles the key down event | |
OnKeyUp | Overridden. Handles the key up event | |
OnMouseCaptureOut | Overridden. Handles the lost mouse capture event | |
OnMouseDown | Overridden. Handles the mouse down event | |
OnMouseMove | Overridden. Handles the mouse move event | |
OnMouseUp | Overridden. Handles the mouse up event | |
OnTouchCaptureOut | Overridden. | |
OnTouchDown | Overridden. | |
OnTouchMove | Overridden. | |
OnTouchUp | Overridden. | |
UpdateButtonState | Updates the button state by merging the mouse and keyboard button states |