CefMenuModel GetAcceleratorAt Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Retrieves the keyboard accelerator for the specified |index|. Returns true on success.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool GetAcceleratorAt(
	int index,
	out int keyCode,
	out bool shiftPressed,
	out bool ctrlPressed,
	out bool altPressed
)

Parameters

index
Type: OnlineSystem Int32

[Missing <param name="index"/> documentation for "M:Xilium.CefGlue.CefMenuModel.GetAcceleratorAt(System.Int32,System.Int32@,System.Boolean@,System.Boolean@,System.Boolean@)"]

keyCode
Type: OnlineSystem Int32 

[Missing <param name="keyCode"/> documentation for "M:Xilium.CefGlue.CefMenuModel.GetAcceleratorAt(System.Int32,System.Int32@,System.Boolean@,System.Boolean@,System.Boolean@)"]

shiftPressed
Type: OnlineSystem Boolean 

[Missing <param name="shiftPressed"/> documentation for "M:Xilium.CefGlue.CefMenuModel.GetAcceleratorAt(System.Int32,System.Int32@,System.Boolean@,System.Boolean@,System.Boolean@)"]

ctrlPressed
Type: OnlineSystem Boolean 

[Missing <param name="ctrlPressed"/> documentation for "M:Xilium.CefGlue.CefMenuModel.GetAcceleratorAt(System.Int32,System.Int32@,System.Boolean@,System.Boolean@,System.Boolean@)"]

altPressed
Type: OnlineSystem Boolean 

[Missing <param name="altPressed"/> documentation for "M:Xilium.CefGlue.CefMenuModel.GetAcceleratorAt(System.Int32,System.Int32@,System.Boolean@,System.Boolean@,System.Boolean@)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefMenuModel.GetAcceleratorAt(System.Int32,System.Int32@,System.Boolean@,System.Boolean@,System.Boolean@)"]

See Also