DotNetBrowser
1.21.5
|
Provides access to context menu items and allows notifying Chromium engine about context menu state. More...
Public Member Functions | |
void | NotifyItemSelected (ContextMenuItem item) |
Notifies Chromium engine that the given context menu item has been selected. Chromium will execute corresponding functionality of the selected context menu item. More... | |
void | NotifyContextMenuOpened () |
Notifies Chromium engine that context menu has been opened. Can be invoked multiple times. More... | |
void | NotifyContextMenuClosed () |
Notifies Chromium engine that context menu has been closed. Can be invoked multiple times. Chromium engine will update context menu state flag. When context menu is closed, Chromium ignores NotifyItemSelected(ContextMenuItem) calls. More... | |
Properties | |
IList< ContextMenuItem > | Items [get] |
Gets a list with context menu items. More... | |
Provides access to context menu items and allows notifying Chromium engine about context menu state.
void DotNetBrowser.ContextMenu.NotifyContextMenuClosed | ( | ) |
Notifies Chromium engine that context menu has been closed. Can be invoked multiple times. Chromium engine will update context menu state flag. When context menu is closed, Chromium ignores NotifyItemSelected(ContextMenuItem) calls.
void DotNetBrowser.ContextMenu.NotifyContextMenuOpened | ( | ) |
Notifies Chromium engine that context menu has been opened. Can be invoked multiple times.
void DotNetBrowser.ContextMenu.NotifyItemSelected | ( | ContextMenuItem | item | ) |
Notifies Chromium engine that the given context menu item has been selected. Chromium will execute corresponding functionality of the selected context menu item.
item | selected context menu item. Cannot be null. |
ArgumentException | when item is null. |
|
get |
Gets a list with context menu items.