Key

Key (gb.gtk)

This class is used for getting information about a key event, and contains the constants that represent the keys.
The key event information is only available during a keyboard event handler.
NEVER use the key values directly, as they change between GUI components. Always use these constants! The Integer values shown for constants below are the values the QT toolkit provides. They will be different for GTK+. For example: Const ControlKey As Integer = 16777249 with QT, but... Const ControlKey As Integer = 65507 with GTK+. NEVER use numeric values or the Asc function to test an alphabetic key, use the Key array accessor.
This class is static. This class acts like a read-only static array.
Constants
Del
End
Esc
F1
F10
F11
F12
F13
F14
F15
F16
F17
F18
F19
F2
F20
F21
F22
F23
F24
F3
F4
F5
F6
F7
F8
F9
Ins
Tab
Up
Static properties
Alt
Static methods

AltStyle によって変換されたページ (->オリジナル) /