KeyboardLayoutCustomParseSpecialKey Method

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.KeyboardLayoutCustom.ParseSpecialKey(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public virtual string ParseSpecialKey(
	Keys key,
	bool shift,
	bool ctrl,
	bool alt
)

Parameters

key
Type: System.Windows.FormsKeys

[Missing <param name="key"/> documentation for "M:Rage.KeyboardLayoutCustom.ParseSpecialKey(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

shift
Type: SystemBoolean

[Missing <param name="shift"/> documentation for "M:Rage.KeyboardLayoutCustom.ParseSpecialKey(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

ctrl
Type: SystemBoolean

[Missing <param name="ctrl"/> documentation for "M:Rage.KeyboardLayoutCustom.ParseSpecialKey(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

alt
Type: SystemBoolean

[Missing <param name="alt"/> documentation for "M:Rage.KeyboardLayoutCustom.ParseSpecialKey(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rage.KeyboardLayoutCustom.ParseSpecialKey(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

Implements

IKeyboardLayoutParseSpecialKey(Keys, Boolean, Boolean, Boolean)
See Also

Reference