Add a check item to the menu.
AddItemAdd an item to the menu.
AddRadioItemAdd a radio item to the menu. Only a single item with the specified groupId can be checked at a time.
AddSeparatorAdd a separator to the menu.
AddSubMenuAdd a sub-menu to the menu. The new sub-menu is returned.
ClearRemove all menu items. Can be used to disable the context menu. Returns true on success.
GetAcceleratorRetrieves the keyboard accelerator for the specified commandId.
GetAcceleratorAtRetrieves the keyboard accelerator for the specified index.
GetCommandIdAtReturns the command id at the specified index or -1 if not found due to invalid range or the index being a separator.
GetGroupIdReturns the group id for the specified commandId or -1 if invalid.
GetGroupIdAtReturns the group id at the specified index or -1 if invalid.
GetIndexOfReturns the index associated with the specified commandId or -1 if not found due to the command id not existing in the menu.
GetLabelReturns the label for the specified commandId or empty if not found.
GetLabelAtReturns the label at the specified index or empty if not found due to invalid range or the index being a separator.
GetSubMenuReturns the IMenuModel for the specified commandId or null if invalid.
GetSubMenuAtReturns the IMenuModel at the specified index or empty if invalid.
GetTypeReturns the item type for the specified commandId.
GetTypeAtReturns the item type at the specified index.
HasAcceleratorReturns true if the specified commandId has a keyboard accelerator assigned.
HasAcceleratorAtReturns true if the specified index has a keyboard accelerator assigned.
InsertCheckItemAtInsert a check item in the menu at the specified index.
InsertItemAtInsert an item in the menu at the specified index.
InsertRadioItemAtInsert a radio item in the menu at the specified index. Only a single item with the specified groupId can be checked at a time.
InsertSeparatorAtInsert a separator in the menu at the specified index.
InsertSubMenuAtInsert a sub-menu in the menu at the specified index.
IsCheckedReturns true if the specified commandId is checked. Only applies to check and radio items.
IsCheckedAtReturns true if the specified index is checked. Only applies to check and radio items.
IsEnabledReturns true if the specified commandId is enabled.
IsEnabledAtReturns true if the specified index is enabled.
IsVisibleReturns true if the specified commandId is visible.
IsVisibleAtReturns true if the specified index is visible.
RemoveRemoves the item with the specified commandId.
RemoveAcceleratorRemove the keyboard accelerator for the specified commandId.
RemoveAcceleratorAtRemove the keyboard accelerator at the specified index.
RemoveAtRemoves the item at the specified index.
SetAcceleratorSet the keyboard accelerator for the specified commandId.
SetAcceleratorAtSet the keyboard accelerator at the specified index. keyCode can be any key or character value.
SetCheckedCheck the specified commandId. Only applies to check and radio items.
SetCheckedAtCheck the specified index. Only applies to check and radio items.
SetCommandIdAtSets the command id at the specified index.
SetEnabledChange the enabled status of the specified commandId.
SetEnabledAtChange the enabled status at the specified index.
SetGroupIdSets the group id for the specified commandId.
SetGroupIdAtSets the group id at the specified index.
SetLabelSets the label for the specified commandId.
SetLabelAtSet the label at the specified index.
SetVisibleChange the visibility of the specified commandId.
SetVisibleAtChange the visibility at the specified index.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4