C# Class System.Html.KeyboardEvent

Inheritance: UIEvent
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
KeyboardEvent System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
GetModifierState ( string key ) : bool
InitKeyEvent ( string type, bool canBubble, bool cancelable, WindowInstance view, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int keyCode, int charCode ) : void

Private Methods

Méthode Description
KeyboardEvent ( ) : System.Runtime.CompilerServices

Method Details

GetModifierState() public méthode

public GetModifierState ( string key ) : bool
key string
Résultat bool

InitKeyEvent() public méthode

public InitKeyEvent ( string type, bool canBubble, bool cancelable, WindowInstance view, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int keyCode, int charCode ) : void
type string
canBubble bool
cancelable bool
view WindowInstance
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
keyCode int
charCode int
Résultat void