ShowContextMenu Method
Shows the context menu for the element that is associated with this automation peer.
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool ShowContextMenu()
Public Function ShowContextMenu As Boolean
member ShowContextMenu : unit -> bool
Return Value
Boolean
true if a context menu is present for the element; otherwise false.