Create IButton |
category |
||
(2 intermediate revisions by 2 users not shown) | |||
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 | |||
|- | |||
| [[Component:Button|Button]] | |||
|- | |||
| [[Component:ContextMenuItemSource|ContextMenuItemSource]] | |||
|- | |||
| [[Component:LegacyButton|LegacyButton]] | |||
|- | |||
| [[Component:PhysicalButton|PhysicalButton]] | |||
|- | |||
| [[Component:TouchButton|TouchButton]] | |||
|} | |||
[[Category:Type]] |
Latest revision as of 17:59, 12 May 2024
IButton is an interface type defining common button behaviors for pressing and hovering.
Implementations
Components implementing IButton |
---|
Button |
ContextMenuItemSource |
LegacyButton |
PhysicalButton |
TouchButton |