Summary
Opens a context menu on the specified control.
- Namespace
- Avalonia
.Controls - Containing Type
- ContextMenu
Syntax
public void Open(Control? control)
Parameters
Name | Type | Description |
---|---|---|
control | Control? | The control. |
Return Value
Type | Description |
---|---|
void |