Click or drag to resize
IMenuModel.GetAcceleratorAt Method
Version 51.0.0
Retrieves the keyboard accelerator for the specified index.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
bool GetAcceleratorAt(
	int index,
	out int keyCode,
	out bool shiftPressed,
	out bool ctrlPressed,
	out bool altPressed
)

Parameters

index
Type: System.Int32
index
keyCode
Type: System.Int32
keyCode can be any key or character value.
shiftPressed
Type: System.Boolean
shift key pressed
ctrlPressed
Type: System.Boolean
ctrl key pressed
altPressed
Type: System.Boolean
alt key pressed

Return Value

Type: Boolean
Returns true on success.
See Also