Classes | |
class | Control |
Dummy class to make translated code that uses Control class compilable. Methods are not implemented. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Form |
Dummy class to make translated code that uses Form class compilable. Methods are not implemented. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | IButtonControl |
Dummy class to make translated code that uses IButtonControl interface compilable. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | Screen |
Provides information on displays. Windows only. This is a singleton type with memory management done by access function(s). You should never create instances of it directly. More... | |
struct | SystemInformation |
Dummy class to make translated code that uses SystemInformation class compilable. Methods are not implemented. This is a static type with no instance services. You should never create instances of it by any means. More... | |
Enumerations | |
enum class | Appearance { Normal = 0 , Button = 1 } |
Defines how the control looks. More... | |
enum class | AutoSizeMode { GrowAndShrink = 0 , GrowOnly = 1 } |
Defines how autosize works. More... | |
enum class | CheckState { Unchecked = 0 , Checked = 1 , Indeterminate = 2 } |
State of checkable control (e. g. checkbox). More... | |
enum class | DialogResult { None = 0 , OK = 1 , Cancel = 2 , Abort = 3 , Retry = 4 , Ignore = 5 , Yes = 6 , No = 7 } |
Result of dialog interaction with user. More... | |
enum class | FlatStyle { Flat = 0 , Popup = 1 , Standard = 2 , System = 3 } |
Defines whether the control is drawn flat or three-dimentional. More... | |
enum class | FormBorderStyle { None = 0 , FixedSingle = 1 , Fixed3D = 2 , FixedDialog = 3 , Sizable = 4 , FixedToolWindow = 5 , SizableToolWindow = 6 } |
Defines how the border is drawn. More... | |
enum class | Keys { Modifiers = -65536 , None = 0 , LButton = 1 , RButton = 2 , Cancel = 3 , MButton = 4 , XButton1 = 5 , XButton2 = 6 , Back = 8 , Tab = 9 , LineFeed = 10 , Clear = 12 , Return = 13 , Enter = 13 , ShiftKey = 16 , ControlKey = 17 , Menu = 18 , Pause = 19 , Capital = 20 , CapsLock = 20 , KanaMode = 21 , HanguelMode = 21 , HangulMode = 21 , JunjaMode = 23 , FinalMode = 24 , HanjaMode = 25 , KanjiMode = 25 , Escape = 27 , IMEConvert = 28 , IMENonconvert = 29 , IMEAccept = 30 , IMEAceept = 30 , IMEModeChange = 31 , Space = 32 , Prior = 33 , PageUp = 33 , Next = 34 , PageDown = 34 , End = 35 , Home = 36 , Left = 37 , Up = 38 , Right = 39 , Down = 40 , Select = 41 , Print = 42 , Execute = 43 , Snapshot = 44 , PrintScreen = 44 , Insert = 45 , Delete = 46 , Help = 47 , D0 = 48 , D1 = 49 , D2 = 50 , D3 = 51 , D4 = 52 , D5 = 53 , D6 = 54 , D7 = 55 , D8 = 56 , D9 = 57 , A = 65 , B = 66 , C = 67 , D = 68 , E = 69 , F = 70 , G = 71 , H = 72 , I = 73 , J = 74 , K = 75 , L = 76 , M = 77 , N = 78 , O = 79 , P = 80 , Q = 81 , R = 82 , S = 83 , T = 84 , U = 85 , V = 86 , W = 87 , X = 88 , Y = 89 , Z = 90 , LWin = 91 , RWin = 92 , Apps = 93 , Sleep = 95 , NumPad0 = 96 , NumPad1 = 97 , NumPad2 = 98 , NumPad3 = 99 , NumPad4 = 100 , NumPad5 = 101 , NumPad6 = 102 , NumPad7 = 103 , NumPad8 = 104 , NumPad9 = 105 , Multiply = 106 , Add = 107 , Separator = 108 , Subtract = 109 , Decimal = 110 , Divide = 111 , F1 = 112 , F2 = 113 , F3 = 114 , F4 = 115 , F5 = 116 , F6 = 117 , F7 = 118 , F8 = 119 , F9 = 120 , F10 = 121 , F11 = 122 , F12 = 123 , F13 = 124 , F14 = 125 , F15 = 126 , F16 = 127 , F17 = 128 , F18 = 129 , F19 = 130 , F20 = 131 , F21 = 132 , F22 = 133 , F23 = 134 , F24 = 135 , NumLock = 144 , Scroll = 145 , LShiftKey = 160 , RShiftKey = 161 , LControlKey = 162 , RControlKey = 163 , LMenu = 164 , RMenu = 165 , BrowserBack = 166 , BrowserForward = 167 , BrowserRefresh = 168 , BrowserStop = 169 , BrowserSearch = 170 , BrowserFavorites = 171 , BrowserHome = 172 , VolumeMute = 173 , VolumeDown = 174 , VolumeUp = 175 , MediaNextTrack = 176 , MediaPreviousTrack = 177 , MediaStop = 178 , MediaPlayPause = 179 , LaunchMail = 180 , SelectMedia = 181 , LaunchApplication1 = 182 , LaunchApplication2 = 183 , OemSemicolon = 186 , Oem1 = 186 , Oemplus = 187 , Oemcomma = 188 , OemMinus = 189 , OemPeriod = 190 , OemQuestion = 191 , Oem2 = 191 , Oemtilde = 192 , Oem3 = 192 , OemOpenBrackets = 219 , Oem4 = 219 , OemPipe = 220 , Oem5 = 220 , OemCloseBrackets = 221 , Oem6 = 221 , OemQuotes = 222 , Oem7 = 222 , Oem8 = 223 , OemBackslash = 226 , Oem102 = 226 , ProcessKey = 229 , Packet = 231 , Attn = 246 , Crsel = 247 , Exsel = 248 , EraseEof = 249 , Play = 250 , Zoom = 251 , NoName = 252 , Pa1 = 253 , OemClear = 254 , KeyCode = 65535 , Shift = 65536 , Control = 131072 , Alt = 262144 } |
Known keys. More... | |
|
strong |
Defines how the control looks.
Enumerator | |
---|---|
Normal | The default appearance defined by the control class. |
Button | The appearance of a Windows button. |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
Defines how the border is drawn.
Enumerator | |
---|---|
None | No border at all. |
FixedSingle | Single border. |
Fixed3D | 3D-like border. |
FixedDialog | Dialog style border. |
Sizable | Resizable border. |
FixedToolWindow | Unresizable tool window border. |
SizableToolWindow | Resizable tool window border. |
|
strong |
Known keys.
Enumerator | |
---|---|
Modifiers | Modifiers mask. |
None | No key. |
LButton | Left mouse button. |
RButton | Right mouse button. |
Cancel | Cancel key. |
MButton | Medium mouse button. |
XButton1 | Extra mouse button 1. |
XButton2 | Extra mouse button 2. |
Back | Back key. |
Tab | Tab key. |
LineFeed | Line feed key. |
Clear | Clear key. |
Return | Return key. |
Enter | Enter key. |
ShiftKey | Shift key. |
ControlKey | Control key. |
Menu | Menu key. |
Pause | Pause key. |
Capital | Capital key. |
CapsLock | Caps Lock key. |
KanaMode | Kana mode key. |
HanguelMode | Hanguel mode key. |
HangulMode | Hangul mode key. |
JunjaMode | Junja mode key. |
FinalMode | Final mode key. |
HanjaMode | Hanja mode key. |
KanjiMode | Kanji mode key. |
Escape | Escape key. |
IMEConvert | IME convert key. |
IMENonconvert | IME non-convert key. |
IMEAccept | IME accept key. |
IMEAceept | IME accept key - variant with a typo. |
IMEModeChange | IME mode change key. |
Space | Space key. |
Prior | Prior key. |
PageUp | Page up key. |
Next | Next key. |
PageDown | Page down key. |
End | End key. |
Home | Home key. |
Left | Left key. |
Up | Up key. |
Right | Right key. |
Down | Down key. |
Select | Select key. |
Print key. | |
Execute | Execute key. |
Snapshot | Snapshot key. |
PrintScreen | Print screen key. |
Insert | Insert key. |
Delete | Delete key. |
Help | Help key. |
D0 | 0 key. |
D1 | 1 key. |
D2 | 2 key. |
D3 | 3 key. |
D4 | 4 key. |
D5 | 5 key. |
D6 | 6 key. |
D7 | 7 key. |
D8 | 8 key. |
D9 | 9 key. |
A | A key. |
B | B key. |
C | C key. |
D | D key. |
E | E key. |
F | F key. |
G | G key. |
H | H key. |
I | I key. |
J | J key. |
K | K key. |
L | L key. |
M | M key. |
N | N key. |
O | O key. |
P | P key. |
Q | Q key. |
R | R key. |
S | S key. |
T | T key. |
U | U key. |
V | V key. |
W | W key. |
X | X key. |
Y | Y key. |
Z | Z key. |
LWin | Left Windows key. |
RWin | Right Windows key. |
Apps | Applications key. |
Sleep | Sleep key. |
NumPad0 | Numpad 0 key. |
NumPad1 | Numpad 1 key. |
NumPad2 | Numpad 2 key. |
NumPad3 | Numpad 3 key. |
NumPad4 | Numpad 4 key. |
NumPad5 | Numpad 5 key. |
NumPad6 | Numpad 6 key. |
NumPad7 | Numpad 7 key. |
NumPad8 | Numpad 8 key. |
NumPad9 | Numpad 9 key. |
Multiply | Multiply key. |
Add | Add key. |
Separator | Separator key. |
Subtract | Substract key. |
Decimal | Decimal point key. |
Divide | Divide key. |
F1 | F1 key. |
F2 | F2 key. |
F3 | F3 key. |
F4 | F4 key. |
F5 | F5 key. |
F6 | F6 key. |
F7 | F7 key. |
F8 | F8 key. |
F9 | F9 key. |
F10 | F10 key. |
F11 | F11 key. |
F12 | F12 key. |
F13 | F13 key. |
F14 | F14 key. |
F15 | F15 key. |
F16 | F16 key. |
F17 | F17 key. |
F18 | F18 key. |
F19 | F19 key. |
F20 | F20 key. |
F21 | F21 key. |
F22 | F22 key. |
F23 | F23 key. |
F24 | F24 key. |
NumLock | Numeric lock key. |
Scroll | Scroll key. |
LShiftKey | Left shift key. |
RShiftKey | Right shift key. |
LControlKey | Left control key. |
RControlKey | Right control key. |
LMenu | Left menu key. |
RMenu | Right menu key. |
BrowserBack | Browser back key. |
BrowserForward | Browser forward key. |
BrowserRefresh | Browser refresh key. |
BrowserStop | Browser stop key. |
BrowserSearch | Browser search key. |
BrowserFavorites | Browser favorites key. |
BrowserHome | Browser home key. |
VolumeMute | Volume mute key. |
VolumeDown | Volume down key. |
VolumeUp | Volume up key. |
MediaNextTrack | Media next track key. |
MediaPreviousTrack | Media previous track key. |
MediaStop | Media stop key. |
MediaPlayPause | Media play/pause key. |
LaunchMail | Launch mail key. |
SelectMedia | Select media key. |
LaunchApplication1 | Launch application key 1. |
LaunchApplication2 | Launch application key 2. |
OemSemicolon | OEM semicolon key. |
Oem1 | OEM key 1. |
Oemplus | OEM plus key. |
Oemcomma | OEM comma key. |
OemMinus | OEM minus key. |
OemPeriod | OEM period key. |
OemQuestion | OEM question key. |
Oem2 | OEM key 2. |
Oemtilde | OEM tilde key. |
Oem3 | OEM key 3. |
OemOpenBrackets | OEM open brackets key. |
Oem4 | OEM key 4. |
OemPipe | OEM pipe key. |
Oem5 | OEM key 5. |
OemCloseBrackets | OEM close brackets key. |
Oem6 | OEM key 6. |
OemQuotes | OEM quotes key. |
Oem7 | OEM key 7. |
Oem8 | OEM key 8. |
OemBackslash | OEM backslash key. |
Oem102 | OEM key 102. |
ProcessKey | Process key. |
Packet | Packet key. |
Attn | Attention key. |
Crsel | CRSEL key. |
Exsel | EXSEL key. |
EraseEof | EOF erase key. |
Play | Play key. |
Zoom | Zoom key. |
NoName | No name key. |
Pa1 | Pal key. |
OemClear | OEM clear key. |
KeyCode | Key code mask. |
Shift | Shift key code. |
Control | Control key code. |
Alt | Alt key code. |