Sets the time in milliseconds after which a button that the user keeps pressed down sends the Button: Click message.
While the user holds the button down, the button keeps sending the Button: Click message at the time interval set by this property.
To disable the behavior, set to 0.
Occurs when a user lifts their finger on top of a Button that they previously pressed and when the time set by the Auto Press Interval property in the pressed Button expires.
Sets the index of the Toggle Button in the Toggle Button Group to which that Toggle Button is registered.
If a Toggle Button does not have a local value for this property, it is not registered to the ancestor Toggle Button Group.
When set to -1, the Toggle Button Group assigns an index for the Toggle Button.
Occurs when the user presses down a Button and holds the Button pressed for the amount of milliseconds defined in the Hold Interval property of that Button.
Sets the amount of time in milliseconds that the user must hold the button pressed down for Kanzi to recognize it as a long-press gesture.
To disable the long-press gesture, set to 0.
Button nodes provide an area that receives key and touch input which Kanzi translates to state events.
In addition to the area that receives input, the Toggle Button nodes provide a toggled state.