Property | Type | Description | |
---|---|---|---|
MouseEvent | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
GetModifierState ( string keyArg ) : bool | ||
InitMouseEvent ( string typeArg, bool canBubbleArg, bool cancelableArg, |
||
MouseEvent ( string typeArg ) : System.Runtime.CompilerServices | ||
MouseEvent ( string typeArg, |
Method | Description | |
---|---|---|
MouseEvent ( ) : System.Runtime.CompilerServices |
public GetModifierState ( string keyArg ) : bool | ||
keyArg | string | |
return | bool |
public InitMouseEvent ( string typeArg, bool canBubbleArg, bool cancelableArg, |
||
typeArg | string | |
canBubbleArg | bool | |
cancelableArg | bool | |
viewArg | ||
detailArg | int | |
screenXArg | int | |
screenYArg | int | |
clientXArg | int | |
clientYArg | int | |
ctrlKeyArg | bool | |
altKeyArg | bool | |
shiftKeyArg | bool | |
metaKeyArg | bool | |
buttonArg | short | |
relatedTargetArg | ||
return | void |
public MouseEvent ( string typeArg ) : System.Runtime.CompilerServices | ||
typeArg | string | |
return | System.Runtime.CompilerServices |
public MouseEvent ( string typeArg, |
||
typeArg | string | |
mouseEventInitDict | ||
return | System.Runtime.CompilerServices |