Control Prefix Cheat Sheet
Control Type | Prefix | Example |
---|---|---|
Button | btn | btnExit |
CheckBox | chk | chkReadOnly |
ComboBox | cbo | cboEnglish |
DataGridView | dgv | dgvCustomers |
GroupBox | grp | grpFinanceInputs |
Label | lbl | lblHelpMessage |
ListBox | lst | lstPolicyCodes |
MenuStrip | ms | msMainMenu |
ToolStripMenuItem | mnu | mnuFileOpen |
NumericUpDown | nud | nudQuantity |
PictureBox | pic | picVGA |
RadioButton | rad | radBlue |
TextBox | txt | txtLastName |