Create IButton |
Simplified description in favor of dedicated interface type page and listed implementations |
||
Line 1: | Line 1: | ||
'''IButton''' is an [[Interface Type|interface type]] defining common button behaviors for pressing and hovering. | |||
IButton | == Implementations == | ||
{| class="wikitable" style="margin:left" | |||
! Components implementing IButton | |||
|- | |||
| [[Button (Component)]] | |||
|- | |||
| [[ContextMenuItemSource (Component)]] | |||
|- | |||
| [[LegacyButton (Component)]] | |||
|- | |||
| [[PhysicalButton (Component)]] | |||
|- | |||
| [[TouchButton (Component)]] | |||
|} |
Revision as of 20:56, 18 January 2024
IButton is an interface type defining common button behaviors for pressing and hovering.
Implementations
Components implementing IButton |
---|
Button (Component) |
ContextMenuItemSource (Component) |
LegacyButton (Component) |
PhysicalButton (Component) |
TouchButton (Component) |