Enum MouseEvent
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the action which displays a MudMenu.
public enum MouseEvent
- Extension Methods
Fields
LeftClick = 0The left mouse button was clicked.
MouseOver = 2The mouse is hovering over the activator.
RightClick = 1The right mouse button was clicked.