메소드 | 설명 | |
---|---|---|
ToKeyInfo ( this e ) : System.Management.Automation.Host.KeyInfo |
Create a KeyInfo from a KeyEventArgs
|
메소드 | 설명 | |
---|---|---|
GetChar ( int vk ) : char |
Get the char from a VirtualKey -- MUST be called within the keyboard event handler.
|
|
GetControlKeyStates ( this kb ) : ControlKeyStates |
Gets the control key states.
|
public static ToKeyInfo ( this e ) : System.Management.Automation.Host.KeyInfo | ||
e | this | The KeyEventArgs |
리턴 | System.Management.Automation.Host.KeyInfo |