Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET w/accompanying CD-ROM
CheckBox
Upgrades to System.Windows.Form.CheckBox.
| Visual Basic 6 | Type | Visual Basic .NET |
| Alignment | Property | CheckAlign |
| Appearance | Property | FlatStyle |
| BackColor | Property | BackColor |
| Caption | Property | Text |
| CausesValidation | Property | CausesValidation |
| Click | Event | CheckStateChanged |
| Container | Property | Parent |
| DataChanged | Property | No mapping |
| DataField | Property | For ADO, used in VB6_AddADODatabinding method |
| DataFormat | Property | No mapping |
| DataMember | Property | For ADO, used in VB6_AddADODatabinding method |
| DataSource | Property | For ADO, used in VB6_AddADODatabinding method |
| DisabledPicture | Property | No mapping |
| DownPicture | Property | No mapping |
| Drag | Method | No mapping |
| DragDrop | Event | No mapping |
| DragIcon | Property | No mapping |
| DragMode | Property | No mapping |
| DragOver | Event | No mapping |
| Enabled | Property | Enabled |
| Font | Property | Font |
| FontBold | Property | Font.Bold, VB6.FontChangeBold |
| FontItalic | Property | Font.Italic, VB6.FontChangeItalic |
| FontName | Property | Font.Name, VB6.FontChangeName |
| FontSize | Property | Font.SizeInPoints, VB6.FontChangeSize |
| FontStrikethru | Property | Font.StrikeOut, VB6.FontChangeStrikeOut |
| FontUnderline | Property | Font.Underline, VB6.FontChangeUnderline |
| ForeColor | Property | ForeColor |
| GotFocus | Event | Enter |
| Height | Property | Height |
| HelpContextID | Property | No mapping |
| HWnd | Property | Handle |
| Index | Property | Index property of ControlArray object |
| KeyDown | Event | KeyDown |
| KeyPress | Event | KeyPress |
| KeyUp | Event | KeyUp |
| Left | Property | Left |
| LostFocus | Event | Leave |
| MaskColor | Property | No mapping |
| MouseDown | Event | MouseDown |
| MouseIcon | Property | No mapping |
| MouseMove | Event | MouseMove |
| MousePointer | Property | Cursor |
| MouseUp | Event | MouseUp |
| Move | Method | SetBounds |
| Name | Property | Name |
| OLECompleteDrag | Event | No mapping |
| OLEDrag | Method | No mapping |
| OLEDragDrop | Event | No mapping |
| OLEDragOver | Event | No mapping |
| OLEDropMode | Property | No mapping |
| OLEGiveFeedback | Event | No mapping |
| OLESetData | Event | No mapping |
| OLEStartDrag | Event | No mapping |
| Parent | Property | FindForm |
| Picture | Property | Image |
| Refresh | Method | Refresh |
| RightToLeft | Property | RightToLeft |
| SetFocus | Method | Focus |
| ShowWhatsThis | Method | No mapping |
| Style | Property | Appearance |
| TabIndex | Property | TabIndex |
| TabStop | Property | TabStop |
| Tag | Property | Tag |
| ToolTipText | Property | SetToolTip method on ToolTip component |
| Top | Property | Top |
| UseMaskColor | Property | No mapping |
| Validate | Event | Validating |
| Value | Property | CheckState |
| Visible | Property | Visible |
| WhatsThisHelpID | Property | No mapping |
| Width | Property | Width |
| ZOrder | Method | VB6.ZOrder method, or BringToFront if Position parameter is 0, SendToBack if Position parameter is 1 |