With DncButton, not only simple clicks but also events such as long press and value change can be generated and the value retention period can be set.
The outline and timing chart of each operation are shown below.
You can select the following actions with DncButton.
Item |
Description |
Button(Push) |
This is standard button operation. |
Button(Press) |
This is an operation that turns on while a long press is occurring. |
Switch(Release) |
It is an operation that switches ON/OFF when the mouse click is released. |
Switch(Push) |
It is an operation that switches ON/OFF when the mouse click is pushed. |
Switch(Press) |
This is an operation that switches ON/OFF when a long press occurs. |
Switch(Press ON) |
It is an operation that switches to ON when a long press occurs. |
Switch(Press OFF) |
It is an operation that switches to OFF when a long press occurs. |
Please refer to the figure below for the relationship between each action, mouse click action, and event occurrence.
When the value changes, the operation does not change the value until the set time.
This function is enabled when the value hold time (HoldTime property) is set.
Reflects the last value if there is a change while holding the value.
Please refer to the figure below for an image of the operation.