An NDoc Documented Class Library

Keyboard.PressSpecialKey Method (KeyboardInput#SpecialKeys, ActionListener)

[Visual Basic]
Overridable  OverloadsPublic Sub PressSpecialKey( _ 
   ByVal key As KeyboardInput#SpecialKeys, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public virtual void PressSpecialKey(
   KeyboardInput#SpecialKeys key,
   ActionListener actionListener
);
[C++]
public: virtual void PressSpecialKey(
   KeyboardInput#SpecialKeys key,
   ActionListener* actionListener
);
[JScript]
public virtual function PressSpecialKey(
   KeyboardInput#SpecialKeys key,
   ActionListener actionListener
);

See Also

Keyboard Class | White.Core.InputDevices Namespace | Keyboard.PressSpecialKey Overload List