System_Windows_Forms, COM interface constants for VB.Net / VBScript
System_Windows_Forms - interface constants
This page contains simple VBA include for the System_Windows_Forms COM library.
library parameters| File Name | WINDOWS\system32\dllcache\system.windows.forms.tlb |
|---|
| Guid | {215D64D2-031C-33C7-96E3-61794CD1EE61} |
|---|
| Enums | 19 |
|---|
Appearanceenum, 2 members.Public Enum Appearance
Appearance_Normal = 0
Appearance_Button = 1
End Enum
ArrangeDirectionenum, 4 members.Public Enum ArrangeDirection
ArrangeDirection_Down = 4
ArrangeDirection_Left = 0
ArrangeDirection_Right = 0
ArrangeDirection_Up = 4
End Enum
Border3DSideenum, 6 members.Public Enum Border3DSide
Border3DSide_Left = 1
Border3DSide_Top = 2
Border3DSide_Right = 4
Border3DSide_Bottom = 8
Border3DSide_Middle = 2048
Border3DSide_All = 2063
End Enum
Border3DStyleenum, 10 members.Public Enum Border3DStyle
Border3DStyle_Adjust = 8192
Border3DStyle_Bump = 9
Border3DStyle_Etched = 6
Border3DStyle_Flat = 16394
Border3DStyle_Raised = 5
Border3DStyle_RaisedInner = 4
Border3DStyle_RaisedOuter = 1
Border3DStyle_Sunken = 10
Border3DStyle_SunkenInner = 8
Border3DStyle_SunkenOuter = 2
End Enum
BorderStyleenum, 3 members.Public Enum BorderStyle
BorderStyle_None = 0
BorderStyle_FixedSingle = 1
BorderStyle_Fixed3D = 2
End Enum
DialogResultenum, 8 members.Public Enum DialogResult
DialogResult_None = 0
DialogResult_OK = 1
DialogResult_Cancel = 2
DialogResult_Abort = 3
DialogResult_Retry = 4
DialogResult_Ignore = 5
DialogResult_Yes = 6
DialogResult_No = 7
End Enum
DragActionenum, 3 members.Public Enum DragAction
DragAction_Continue = 0
DragAction_Drop = 1
DragAction_Cancel = 2
End Enum
FormBorderStyleenum, 7 members.Public Enum FormBorderStyle
FormBorderStyle_None = 0
FormBorderStyle_FixedSingle = 1
FormBorderStyle_Fixed3D = 2
FormBorderStyle_FixedDialog = 3
FormBorderStyle_Sizable = 4
FormBorderStyle_FixedToolWindow = 5
FormBorderStyle_SizableToolWindow = 6
End Enum
FormStartPositionenum, 5 members.Public Enum FormStartPosition
FormStartPosition_Manual = 0
FormStartPosition_CenterScreen = 1
FormStartPosition_WindowsDefaultLocation = 2
FormStartPosition_WindowsDefaultBounds = 3
FormStartPosition_CenterParent = 4
End Enum
FormWindowStateenum, 3 members.Public Enum FormWindowState
FormWindowState_Normal = 0
FormWindowState_Minimized = 1
FormWindowState_Maximized = 2
End Enum
HorizontalAlignmentenum, 3 members.Public Enum HorizontalAlignment
HorizontalAlignment_Left = 0
HorizontalAlignment_Right = 1
HorizontalAlignment_Center = 2
End Enum
ImeModeenum, 12 members.Public Enum ImeMode
ImeMode_Inherit = -1
ImeMode_NoControl = 0
ImeMode_On = 1
ImeMode_Off = 2
ImeMode_Disable = 3
ImeMode_Hiragana = 4
ImeMode_Katakana = 5
ImeMode_KatakanaHalf = 6
ImeMode_AlphaFull = 7
ImeMode_Alpha = 8
ImeMode_HangulFull = 9
ImeMode_Hangul = 10
End Enum
Keysenum, 183 members.Public Enum Keys
Keys_KeyCode = 65535
Keys_Modifiers = -65536
Keys_None = 0
Keys_LButton = 1
Keys_RButton = 2
Keys_Cancel = 3
Keys_MButton = 4
Keys_XButton1 = 5
Keys_XButton2 = 6
Keys_Back = 8
Keys_Tab = 9
Keys_LineFeed = 10
Keys_Clear = 12
Keys_Return = 13
Keys_Enter = 13
Keys_ShiftKey = 16
Keys_ControlKey = 17
Keys_Menu = 18
Keys_Pause = 19
Keys_Capital = 20
Keys_CapsLock = 20
Keys_Escape = 27
Keys_Space = 32
Keys_Prior = 33
Keys_PageUp = 33
Keys_Next = 34
Keys_PageDown = 34
Keys_End = 35
Keys_Home = 36
Keys_Left = 37
Keys_Up = 38
Keys_Right = 39
Keys_Down = 40
Keys_Select = 41
Keys_Print = 42
Keys_Execute = 43
Keys_Snapshot = 44
Keys_PrintScreen = 44
Keys_Insert = 45
Keys_Delete = 46
Keys_Help = 47
Keys_D0 = 48
Keys_D1 = 49
Keys_D2 = 50
Keys_D3 = 51
Keys_D4 = 52
Keys_D5 = 53
Keys_D6 = 54
Keys_D7 = 55
Keys_D8 = 56
Keys_D9 = 57
Keys_A = 65
Keys_B = 66
Keys_C = 67
Keys_D = 68
Keys_E = 69
Keys_F = 70
Keys_G = 71
Keys_H = 72
Keys_I = 73
Keys_J = 74
Keys_K = 75
Keys_L = 76
Keys_M = 77
Keys_N = 78
Keys_O = 79
Keys_P = 80
Keys_Q = 81
Keys_R = 82
Keys_S = 83
Keys_T = 84
Keys_U = 85
Keys_V = 86
Keys_W = 87
Keys_X = 88
Keys_Y = 89
Keys_Z = 90
Keys_LWin = 91
Keys_RWin = 92
Keys_Apps = 93
Keys_NumPad0 = 96
Keys_NumPad1 = 97
Keys_NumPad2 = 98
Keys_NumPad3 = 99
Keys_NumPad4 = 100
Keys_NumPad5 = 101
Keys_NumPad6 = 102
Keys_NumPad7 = 103
Keys_NumPad8 = 104
Keys_NumPad9 = 105
Keys_Multiply = 106
Keys_Add = 107
Keys_Separator = 108
Keys_Subtract = 109
Keys_Decimal = 110
Keys_Divide = 111
Keys_F1 = 112
Keys_F2 = 113
Keys_F3 = 114
Keys_F4 = 115
Keys_F5 = 116
Keys_F6 = 117
Keys_F7 = 118
Keys_F8 = 119
Keys_F9 = 120
Keys_F10 = 121
Keys_F11 = 122
Keys_F12 = 123
Keys_F13 = 124
Keys_F14 = 125
Keys_F15 = 126
Keys_F16 = 127
Keys_F17 = 128
Keys_F18 = 129
Keys_F19 = 130
Keys_F20 = 131
Keys_F21 = 132
Keys_F22 = 133
Keys_F23 = 134
Keys_F24 = 135
Keys_NumLock = 144
Keys_Scroll = 145
Keys_LShiftKey = 160
Keys_RShiftKey = 161
Keys_LControlKey = 162
Keys_RControlKey = 163
Keys_LMenu = 164
Keys_RMenu = 165
Keys_ProcessKey = 229
Keys_Attn = 246
Keys_Crsel = 247
Keys_Exsel = 248
Keys_EraseEof = 249
Keys_Play = 250
Keys_Zoom = 251
Keys_NoName = 252
Keys_Pa1 = 253
Keys_OemClear = 254
Keys_KanaMode = 21
Keys_HanguelMode = 21
Keys_HangulMode = 21
Keys_JunjaMode = 23
Keys_FinalMode = 24
Keys_HanjaMode = 25
Keys_KanjiMode = 25
Keys_IMEConvert = 28
Keys_IMENonconvert = 29
Keys_IMEAceept = 30
Keys_IMEModeChange = 31
Keys_BrowserBack = 166
Keys_BrowserForward = 167
Keys_BrowserRefresh = 168
Keys_BrowserStop = 169
Keys_BrowserSearch = 170
Keys_BrowserFavorites = 171
Keys_BrowserHome = 172
Keys_VolumeMute = 173
Keys_VolumeDown = 174
Keys_VolumeUp = 175
Keys_MediaNextTrack = 176
Keys_MediaPreviousTrack = 177
Keys_MediaStop = 178
Keys_MediaPlayPause = 179
Keys_LaunchMail = 180
Keys_SelectMedia = 181
Keys_LaunchApplication1 = 182
Keys_LaunchApplication2 = 183
Keys_OemSemicolon = 186
Keys_Oemplus = 187
Keys_Oemcomma = 188
Keys_OemMinus = 189
Keys_OemPeriod = 190
Keys_OemQuestion = 191
Keys_Oemtilde = 192
Keys_OemOpenBrackets = 219
Keys_OemPipe = 220
Keys_OemCloseBrackets = 221
Keys_OemQuotes = 222
Keys_Oem8 = 223
Keys_OemBackslash = 226
Keys_Shift = 65536
Keys_Control = 131072
Keys_Alt = 262144
End Enum
LeftRightAlignmentenum, 2 members.Public Enum LeftRightAlignment
LeftRightAlignment_Left = 0
LeftRightAlignment_Right = 1
End Enum
MouseButtonsenum, 6 members.Public Enum MouseButtons
MouseButtons_Left = 1048576
MouseButtons_None = 0
MouseButtons_Right = 2097152
MouseButtons_Middle = 4194304
MouseButtons_XButton1 = 8388608
MouseButtons_XButton2 = 16777216
End Enum
PropertySortenum, 4 members.Public Enum PropertySort
PropertySort_NoSort = 0
PropertySort_Alphabetical = 1
PropertySort_Categorized = 2
PropertySort_CategorizedAlphabetical = 3
End Enum
ScrollEventTypeenum, 9 members.Public Enum ScrollEventType
ScrollEventType_SmallDecrement = 0
ScrollEventType_SmallIncrement = 1
ScrollEventType_LargeDecrement = 2
ScrollEventType_LargeIncrement = 3
ScrollEventType_ThumbPosition = 4
ScrollEventType_ThumbTrack = 5
ScrollEventType_First = 6
ScrollEventType_Last = 7
ScrollEventType_EndScroll = 8
End Enum
SelectionModeenum, 4 members.Public Enum SelectionMode
SelectionMode_None = 0
SelectionMode_One = 1
SelectionMode_MultiSimple = 2
SelectionMode_MultiExtended = 3
End Enum
Shortcutenum, 150 members.Public Enum Shortcut
Shortcut_None = 0
Shortcut_CtrlA = 131137
Shortcut_CtrlB = 131138
Shortcut_CtrlC = 131139
Shortcut_CtrlD = 131140
Shortcut_CtrlE = 131141
Shortcut_CtrlF = 131142
Shortcut_CtrlG = 131143
Shortcut_CtrlH = 131144
Shortcut_CtrlI = 131145
Shortcut_CtrlJ = 131146
Shortcut_CtrlK = 131147
Shortcut_CtrlL = 131148
Shortcut_CtrlM = 131149
Shortcut_CtrlN = 131150
Shortcut_CtrlO = 131151
Shortcut_CtrlP = 131152
Shortcut_CtrlQ = 131153
Shortcut_CtrlR = 131154
Shortcut_CtrlS = 131155
Shortcut_CtrlT = 131156
Shortcut_CtrlU = 131157
Shortcut_CtrlV = 131158
Shortcut_CtrlW = 131159
Shortcut_CtrlX = 131160
Shortcut_CtrlY = 131161
Shortcut_CtrlZ = 131162
Shortcut_CtrlShiftA = 196673
Shortcut_CtrlShiftB = 196674
Shortcut_CtrlShiftC = 196675
Shortcut_CtrlShiftD = 196676
Shortcut_CtrlShiftE = 196677
Shortcut_CtrlShiftF = 196678
Shortcut_CtrlShiftG = 196679
Shortcut_CtrlShiftH = 196680
Shortcut_CtrlShiftI = 196681
Shortcut_CtrlShiftJ = 196682
Shortcut_CtrlShiftK = 196683
Shortcut_CtrlShiftL = 196684
Shortcut_CtrlShiftM = 196685
Shortcut_CtrlShiftN = 196686
Shortcut_CtrlShiftO = 196687
Shortcut_CtrlShiftP = 196688
Shortcut_CtrlShiftQ = 196689
Shortcut_CtrlShiftR = 196690
Shortcut_CtrlShiftS = 196691
Shortcut_CtrlShiftT = 196692
Shortcut_CtrlShiftU = 196693
Shortcut_CtrlShiftV = 196694
Shortcut_CtrlShiftW = 196695
Shortcut_CtrlShiftX = 196696
Shortcut_CtrlShiftY = 196697
Shortcut_CtrlShiftZ = 196698
Shortcut_F1 = 112
Shortcut_F2 = 113
Shortcut_F3 = 114
Shortcut_F4 = 115
Shortcut_F5 = 116
Shortcut_F6 = 117
Shortcut_F7 = 118
Shortcut_F8 = 119
Shortcut_F9 = 120
Shortcut_F10 = 121
Shortcut_F11 = 122
Shortcut_F12 = 123
Shortcut_ShiftF1 = 65648
Shortcut_ShiftF2 = 65649
Shortcut_ShiftF3 = 65650
Shortcut_ShiftF4 = 65651
Shortcut_ShiftF5 = 65652
Shortcut_ShiftF6 = 65653
Shortcut_ShiftF7 = 65654
Shortcut_ShiftF8 = 65655
Shortcut_ShiftF9 = 65656
Shortcut_ShiftF10 = 65657
Shortcut_ShiftF11 = 65658
Shortcut_ShiftF12 = 65659
Shortcut_CtrlF1 = 131184
Shortcut_CtrlF2 = 131185
Shortcut_CtrlF3 = 131186
Shortcut_CtrlF4 = 131187
Shortcut_CtrlF5 = 131188
Shortcut_CtrlF6 = 131189
Shortcut_CtrlF7 = 131190
Shortcut_CtrlF8 = 131191
Shortcut_CtrlF9 = 131192
Shortcut_CtrlF10 = 131193
Shortcut_CtrlF11 = 131194
Shortcut_CtrlF12 = 131195
Shortcut_CtrlShiftF1 = 196720
Shortcut_CtrlShiftF2 = 196721
Shortcut_CtrlShiftF3 = 196722
Shortcut_CtrlShiftF4 = 196723
Shortcut_CtrlShiftF5 = 196724
Shortcut_CtrlShiftF6 = 196725
Shortcut_CtrlShiftF7 = 196726
Shortcut_CtrlShiftF8 = 196727
Shortcut_CtrlShiftF9 = 196728
Shortcut_CtrlShiftF10 = 196729
Shortcut_CtrlShiftF11 = 196730
Shortcut_CtrlShiftF12 = 196731
Shortcut_Ins = 45
Shortcut_CtrlIns = 131117
Shortcut_ShiftIns = 65581
Shortcut_Del = 46
Shortcut_CtrlDel = 131118
Shortcut_ShiftDel = 65582
Shortcut_AltBksp = 262152
Shortcut_AltF1 = 262256
Shortcut_AltF2 = 262257
Shortcut_AltF3 = 262258
Shortcut_AltF4 = 262259
Shortcut_AltF5 = 262260
Shortcut_AltF6 = 262261
Shortcut_AltF7 = 262262
Shortcut_AltF8 = 262263
Shortcut_AltF9 = 262264
Shortcut_AltF10 = 262265
Shortcut_AltF11 = 262266
Shortcut_AltF12 = 262267
Shortcut_Alt0 = 262192
Shortcut_Alt1 = 262193
Shortcut_Alt2 = 262194
Shortcut_Alt3 = 262195
Shortcut_Alt4 = 262196
Shortcut_Alt5 = 262197
Shortcut_Alt6 = 262198
Shortcut_Alt7 = 262199
Shortcut_Alt8 = 262200
Shortcut_Alt9 = 262201
Shortcut_Ctrl0 = 131120
Shortcut_Ctrl1 = 131121
Shortcut_Ctrl2 = 131122
Shortcut_Ctrl3 = 131123
Shortcut_Ctrl4 = 131124
Shortcut_Ctrl5 = 131125
Shortcut_Ctrl6 = 131126
Shortcut_Ctrl7 = 131127
Shortcut_Ctrl8 = 131128
Shortcut_Ctrl9 = 131129
Shortcut_CtrlShift0 = 196656
Shortcut_CtrlShift1 = 196657
Shortcut_CtrlShift2 = 196658
Shortcut_CtrlShift3 = 196659
Shortcut_CtrlShift4 = 196660
Shortcut_CtrlShift5 = 196661
Shortcut_CtrlShift6 = 196662
Shortcut_CtrlShift7 = 196663
Shortcut_CtrlShift8 = 196664
Shortcut_CtrlShift9 = 196665
End Enum
|