Package system.windows.forms
Class Keys
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.Keys
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Keys extends NetObject
The base .NET class managing System.Windows.Forms.Keys, System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.Keys
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static Keys
A
static Keys
Add
static Keys
Alt
static Keys
Apps
static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic Keys
Attn
static Keys
B
static Keys
Back
static Keys
BrowserBack
static Keys
BrowserFavorites
static Keys
BrowserForward
static Keys
BrowserHome
static Keys
BrowserRefresh
static Keys
BrowserSearch
static Keys
BrowserStop
static Keys
C
static Keys
Cancel
static Keys
Capital
static Keys
CapsLock
static java.lang.String
className
Qualified class name: System.Windows.Forms.Keysstatic JCType
classType
The type managed from JCOBridge.static Keys
Clear
static Keys
Control
static Keys
ControlKey
static Keys
Crsel
static Keys
D
static Keys
D0
static Keys
D1
static Keys
D2
static Keys
D3
static Keys
D4
static Keys
D5
static Keys
D6
static Keys
D7
static Keys
D8
static Keys
D9
static Keys
Decimal
static Keys
Delete
static Keys
Divide
static Keys
Down
static Keys
E
static Keys
End
static Keys
Enter
static Keys
EraseEof
static Keys
Escape
static Keys
Execute
static Keys
Exsel
static Keys
F
static Keys
F1
static Keys
F10
static Keys
F11
static Keys
F12
static Keys
F13
static Keys
F14
static Keys
F15
static Keys
F16
static Keys
F17
static Keys
F18
static Keys
F19
static Keys
F2
static Keys
F20
static Keys
F21
static Keys
F22
static Keys
F23
static Keys
F24
static Keys
F3
static Keys
F4
static Keys
F5
static Keys
F6
static Keys
F7
static Keys
F8
static Keys
F9
static Keys
FinalMode
static Keys
G
static Keys
H
static Keys
HanguelMode
static Keys
HangulMode
static Keys
HanjaMode
static Keys
Help
static Keys
Home
static Keys
I
static Keys
IMEAccept
static Keys
IMEAceept
static Keys
IMEConvert
static Keys
IMEModeChange
static Keys
IMENonconvert
static Keys
Insert
static Keys
J
static Keys
JunjaMode
static Keys
K
static Keys
KanaMode
static Keys
KanjiMode
static Keys
KeyCode
static Keys
L
static Keys
LaunchApplication1
static Keys
LaunchApplication2
static Keys
LaunchMail
static Keys
LButton
static Keys
LControlKey
static Keys
Left
static Keys
LineFeed
static Keys
LMenu
static Keys
LShiftKey
static Keys
LWin
static Keys
M
static Keys
MButton
static Keys
MediaNextTrack
static Keys
MediaPlayPause
static Keys
MediaPreviousTrack
static Keys
MediaStop
static Keys
Menu
static Keys
Modifiers
static Keys
Multiply
static Keys
N
static Keys
Next
static Keys
NoName
static Keys
None
static Keys
NumLock
static Keys
NumPad0
static Keys
NumPad1
static Keys
NumPad2
static Keys
NumPad3
static Keys
NumPad4
static Keys
NumPad5
static Keys
NumPad6
static Keys
NumPad7
static Keys
NumPad8
static Keys
NumPad9
static Keys
O
static Keys
Oem1
static Keys
Oem102
static Keys
Oem2
static Keys
Oem3
static Keys
Oem4
static Keys
Oem5
static Keys
Oem6
static Keys
Oem7
static Keys
Oem8
static Keys
OemBackslash
static Keys
OemClear
static Keys
OemCloseBrackets
static Keys
Oemcomma
static Keys
OemMinus
static Keys
OemOpenBrackets
static Keys
OemPeriod
static Keys
OemPipe
static Keys
Oemplus
static Keys
OemQuestion
static Keys
OemQuotes
static Keys
OemSemicolon
static Keys
Oemtilde
static Keys
P
static Keys
Pa1
static Keys
Packet
static Keys
PageDown
static Keys
PageUp
static Keys
Pause
static Keys
Play
static Keys
Print
static Keys
PrintScreen
static Keys
Prior
static Keys
ProcessKey
static Keys
Q
static Keys
R
static Keys
RButton
static Keys
RControlKey
static Keys
Return
static Keys
Right
static Keys
RMenu
static Keys
RShiftKey
static Keys
RWin
static Keys
S
static Keys
Scroll
static Keys
Select
static Keys
SelectMedia
static Keys
Separator
static Keys
Shift
static Keys
ShiftKey
static Keys
Sleep
static Keys
Snapshot
static Keys
Space
static Keys
Subtract
static Keys
T
static Keys
Tab
static Keys
U
static Keys
Up
static Keys
V
static Keys
VolumeDown
static Keys
VolumeMute
static Keys
VolumeUp
static Keys
W
static Keys
X
static Keys
XButton1
static Keys
XButton2
static Keys
Y
static Keys
Z
static Keys
Zoom
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Keys
add(Keys val)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeboolean
has(Keys val)
boolean
is(Keys val)
Keys
remove(Keys val)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.Keys- See Also:
- Constant Field Values
-
None
public static Keys None
-
LButton
public static Keys LButton
-
RButton
public static Keys RButton
-
Cancel
public static Keys Cancel
-
MButton
public static Keys MButton
-
XButton1
public static Keys XButton1
-
XButton2
public static Keys XButton2
-
Back
public static Keys Back
-
Tab
public static Keys Tab
-
LineFeed
public static Keys LineFeed
-
Clear
public static Keys Clear
-
Return
public static Keys Return
-
Enter
public static Keys Enter
-
ShiftKey
public static Keys ShiftKey
-
ControlKey
public static Keys ControlKey
-
Menu
public static Keys Menu
-
Pause
public static Keys Pause
-
CapsLock
public static Keys CapsLock
-
Capital
public static Keys Capital
-
HangulMode
public static Keys HangulMode
-
HanguelMode
public static Keys HanguelMode
-
KanaMode
public static Keys KanaMode
-
JunjaMode
public static Keys JunjaMode
-
FinalMode
public static Keys FinalMode
-
HanjaMode
public static Keys HanjaMode
-
KanjiMode
public static Keys KanjiMode
-
Escape
public static Keys Escape
-
IMEConvert
public static Keys IMEConvert
-
IMENonconvert
public static Keys IMENonconvert
-
IMEAccept
public static Keys IMEAccept
-
IMEAceept
public static Keys IMEAceept
-
IMEModeChange
public static Keys IMEModeChange
-
Space
public static Keys Space
-
Prior
public static Keys Prior
-
PageUp
public static Keys PageUp
-
PageDown
public static Keys PageDown
-
Next
public static Keys Next
-
End
public static Keys End
-
Home
public static Keys Home
-
Left
public static Keys Left
-
Up
public static Keys Up
-
Right
public static Keys Right
-
Down
public static Keys Down
-
Select
public static Keys Select
-
Print
public static Keys Print
-
Execute
public static Keys Execute
-
Snapshot
public static Keys Snapshot
-
PrintScreen
public static Keys PrintScreen
-
Insert
public static Keys Insert
-
Delete
public static Keys Delete
-
Help
public static Keys Help
-
D0
public static Keys D0
-
D1
public static Keys D1
-
D2
public static Keys D2
-
D3
public static Keys D3
-
D4
public static Keys D4
-
D5
public static Keys D5
-
D6
public static Keys D6
-
D7
public static Keys D7
-
D8
public static Keys D8
-
D9
public static Keys D9
-
A
public static Keys A
-
B
public static Keys B
-
C
public static Keys C
-
D
public static Keys D
-
E
public static Keys E
-
F
public static Keys F
-
G
public static Keys G
-
H
public static Keys H
-
I
public static Keys I
-
J
public static Keys J
-
K
public static Keys K
-
L
public static Keys L
-
M
public static Keys M
-
N
public static Keys N
-
O
public static Keys O
-
P
public static Keys P
-
Q
public static Keys Q
-
R
public static Keys R
-
S
public static Keys S
-
T
public static Keys T
-
U
public static Keys U
-
V
public static Keys V
-
W
public static Keys W
-
X
public static Keys X
-
Y
public static Keys Y
-
Z
public static Keys Z
-
LWin
public static Keys LWin
-
RWin
public static Keys RWin
-
Apps
public static Keys Apps
-
Sleep
public static Keys Sleep
-
NumPad0
public static Keys NumPad0
-
NumPad1
public static Keys NumPad1
-
NumPad2
public static Keys NumPad2
-
NumPad3
public static Keys NumPad3
-
NumPad4
public static Keys NumPad4
-
NumPad5
public static Keys NumPad5
-
NumPad6
public static Keys NumPad6
-
NumPad7
public static Keys NumPad7
-
NumPad8
public static Keys NumPad8
-
NumPad9
public static Keys NumPad9
-
Multiply
public static Keys Multiply
-
Add
public static Keys Add
-
Separator
public static Keys Separator
-
Subtract
public static Keys Subtract
-
Decimal
public static Keys Decimal
-
Divide
public static Keys Divide
-
F1
public static Keys F1
-
F2
public static Keys F2
-
F3
public static Keys F3
-
F4
public static Keys F4
-
F5
public static Keys F5
-
F6
public static Keys F6
-
F7
public static Keys F7
-
F8
public static Keys F8
-
F9
public static Keys F9
-
F10
public static Keys F10
-
F11
public static Keys F11
-
F12
public static Keys F12
-
F13
public static Keys F13
-
F14
public static Keys F14
-
F15
public static Keys F15
-
F16
public static Keys F16
-
F17
public static Keys F17
-
F18
public static Keys F18
-
F19
public static Keys F19
-
F20
public static Keys F20
-
F21
public static Keys F21
-
F22
public static Keys F22
-
F23
public static Keys F23
-
F24
public static Keys F24
-
NumLock
public static Keys NumLock
-
Scroll
public static Keys Scroll
-
LShiftKey
public static Keys LShiftKey
-
RShiftKey
public static Keys RShiftKey
-
LControlKey
public static Keys LControlKey
-
RControlKey
public static Keys RControlKey
-
LMenu
public static Keys LMenu
-
RMenu
public static Keys RMenu
-
BrowserBack
public static Keys BrowserBack
-
BrowserForward
public static Keys BrowserForward
-
BrowserRefresh
public static Keys BrowserRefresh
-
BrowserStop
public static Keys BrowserStop
-
BrowserSearch
public static Keys BrowserSearch
-
BrowserFavorites
public static Keys BrowserFavorites
-
BrowserHome
public static Keys BrowserHome
-
VolumeMute
public static Keys VolumeMute
-
VolumeDown
public static Keys VolumeDown
-
VolumeUp
public static Keys VolumeUp
-
MediaNextTrack
public static Keys MediaNextTrack
-
MediaPreviousTrack
public static Keys MediaPreviousTrack
-
MediaStop
public static Keys MediaStop
-
MediaPlayPause
public static Keys MediaPlayPause
-
LaunchMail
public static Keys LaunchMail
-
SelectMedia
public static Keys SelectMedia
-
LaunchApplication1
public static Keys LaunchApplication1
-
LaunchApplication2
public static Keys LaunchApplication2
-
Oem1
public static Keys Oem1
-
OemSemicolon
public static Keys OemSemicolon
-
Oemplus
public static Keys Oemplus
-
Oemcomma
public static Keys Oemcomma
-
OemMinus
public static Keys OemMinus
-
OemPeriod
public static Keys OemPeriod
-
OemQuestion
public static Keys OemQuestion
-
Oem2
public static Keys Oem2
-
Oem3
public static Keys Oem3
-
Oemtilde
public static Keys Oemtilde
-
OemOpenBrackets
public static Keys OemOpenBrackets
-
Oem4
public static Keys Oem4
-
Oem5
public static Keys Oem5
-
OemPipe
public static Keys OemPipe
-
OemCloseBrackets
public static Keys OemCloseBrackets
-
Oem6
public static Keys Oem6
-
Oem7
public static Keys Oem7
-
OemQuotes
public static Keys OemQuotes
-
Oem8
public static Keys Oem8
-
OemBackslash
public static Keys OemBackslash
-
Oem102
public static Keys Oem102
-
ProcessKey
public static Keys ProcessKey
-
Packet
public static Keys Packet
-
Attn
public static Keys Attn
-
Crsel
public static Keys Crsel
-
Exsel
public static Keys Exsel
-
EraseEof
public static Keys EraseEof
-
Play
public static Keys Play
-
Zoom
public static Keys Zoom
-
NoName
public static Keys NoName
-
Pa1
public static Keys Pa1
-
OemClear
public static Keys OemClear
-
KeyCode
public static Keys KeyCode
-
Shift
public static Keys Shift
-
Control
public static Keys Control
-
Alt
public static Keys Alt
-
Modifiers
public static Keys Modifiers
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
is
public final boolean is(Keys val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
has
public final boolean has(Keys val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-