|
|
@ -236,7 +236,7 @@ namespace Avalonia.Controls |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Opens the menu.
|
|
|
/// Opens the menu.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public override void Open() => Open(null); |
|
|
public override void Open() => throw new NotSupportedException(); |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Opens a context menu on the specified control.
|
|
|
/// Opens a context menu on the specified control.
|
|
|
|