DefaultMenuInteractionHandler Class
Provides the default keyboard and pointer interaction for menus.
Namespace: Avalonia.Controls.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[UnstableAttribute]
public class DefaultMenuInteractionHandler : IMenuInteractionHandler
<UnstableAttribute>
Public Class DefaultMenuInteractionHandler
Implements IMenuInteractionHandler
[<UnstableAttribute>]
type DefaultMenuInteractionHandler =
class
interface IMenuInteractionHandler
end
- Inheritance
- Object DefaultMenuInteractionHandler
- Implements
- IMenuInteractionHandler
| AccessKeyPressed(Object, RoutedEventArgs) | |
| Attach(MenuBase) | |
| Detach(MenuBase) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GotFocus(Object, GotFocusEventArgs) | |
| KeyDown(Object, KeyEventArgs) | |
| LostFocus(Object, RoutedEventArgs) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| MenuOpened(Object, RoutedEventArgs) | |
| PointerEntered(Object, RoutedEventArgs) | |
| PointerExited(Object, RoutedEventArgs) | |
| PointerMoved(Object, PointerEventArgs) | |
| PointerPressed(Object, PointerPressedEventArgs) | |
| PointerReleased(Object, PointerReleasedEventArgs) | |
| RawInput(RawInputEventArgs) | |
| RootPointerPressed(Object, PointerPressedEventArgs) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WindowDeactivated(Object, EventArgs) | |