Click or drag to resize

CefMenuModelSetAcceleratorAt Method

Set the keyboard accelerator at the specified |index|. |key_code| can be any virtual key or character value. Returns true on success.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SetAcceleratorAt(
	int index,
	int keyCode,
	bool shiftPressed,
	bool ctrlPressed,
	bool altPressed
)

Parameters

index  Int32
 
keyCode  Int32
 
shiftPressed  Boolean
 
ctrlPressed  Boolean
 
altPressed  Boolean
 

Return Value

Boolean
See Also