Name | Description | |
---|---|---|
![]() ![]() | ClickEvent | Reference to the Click event. |
![]() ![]() | ClickModeProperty | Reference to the ClickMode property. |
![]() ![]() | IsPressedProperty | Reference to the IsPressed property. |
![]() ![]() | NButtonBaseSchema | Schema associated with NButtonBase. |
The following tables list the members exposed by NButtonBase.
Name | Description | |
---|---|---|
![]() ![]() | ClickEvent | Reference to the Click event. |
![]() ![]() | ClickModeProperty | Reference to the ClickMode property. |
![]() ![]() | IsPressedProperty | Reference to the IsPressed property. |
![]() ![]() | NButtonBaseSchema | Schema associated with NButtonBase. |
Name | Description | |
---|---|---|
![]() | ClickMode | Gets or sets the click mode of the button |
![]() | IsPressed | Gets whether the button is pressed. Automatically updated by Nevron. |
Name | Description | |
---|---|---|
![]() | ButtonState | Gets or sets the pressed state of the button |
![]() | KeyboardButtonState | Gets or sets the keyboard input state |
![]() | MouseButtonState | Gets or sets the mouse input state |
![]() | TouchDeviceState | Gets or sets the touch input state |
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 |