Details
Description
Adding show Menu support.
On Mac using: NSAccessibilityShowMenuAction
Any Node that is Role != Node && Role != Parent gets a ShowMenu action.
On windows we could use:
IRawElementProviderSimple2::ShowContextMenu method
But that is only available on Windows 8.1
On Mac using: NSAccessibilityShowMenuAction
Any Node that is Role != Node && Role != Parent gets a ShowMenu action.
On windows we could use:
IRawElementProviderSimple2::ShowContextMenu method
But that is only available on Windows 8.1