An NDoc Documented Class Library

Keyboard.LeaveKey Method (KeyboardInput#SpecialKeys)

[Visual Basic]
Overridable  OverloadsPublic Sub LeaveKey( _ 
   ByVal key As KeyboardInput#SpecialKeys _ 
) _
    Implements IKeyboard.LeaveKey
[C#]
public virtual void LeaveKey(
   KeyboardInput#SpecialKeys key
);
[C++]
public: virtual void LeaveKey(
   KeyboardInput#SpecialKeys key
);
[JScript]
public virtual function LeaveKey(
   KeyboardInput#SpecialKeys key
);

Implements

IKeyboard.LeaveKey

See Also

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