IMenuModelRemoveAcceleratorAt Method |
Version 130.1.90
Remove the keyboard accelerator at the specified index.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool RemoveAcceleratorAt(
int index
)
bool RemoveAcceleratorAt(
int index
)
Parameters
- index Int32
- index
Return Value
BooleanReturns true on success.
See Also