|
Helper Method
|
Definition
|
| AddButton | Adds a Button control at the start of the specified range. |
| AddButton | Adds a Button control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddLabel | Adds a Label control at the start of the specified range. |
| AddLabel | Adds a Label control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddLinkLabel | Adds a LinkLabel control at the start of the specified range. |
| AddLinkLabel | Adds a LinkLabel control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddTextBox | Adds a TextBox control at the start of the specified range. |
| AddTextBox | Adds a TextBox control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddCheckBox | Adds a CheckBox control at the start of the specified range. |
| AddCheckBox | Adds a CheckBox control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddRadioButton | Adds a RadioButton control at the start of the specified range. |
| AddRadioButton | Adds a RadioButton control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddPictureBox | Adds a PictureBox control at the start of the specified range. |
| AddPictureBox | Adds a PictureBox control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddCheckedListBox | Adds a CheckedListBox control at the start of the specified range. |
| AddCheckedListBox | Adds a CheckedListBox control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddComboBox | Adds a ComboBox control at the start of the specified range. |
| AddComboBox | Adds a ComboBox control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddListView | Adds a ListView control to the specified range, setting the position and size of control. |
| AddListView | Adds a ListView control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddTreeView | Adds a TreeView control at the start of the specified range. |
| AddTreeView | Adds a TreeView control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddDateTimePicker | Adds a DateTimePicker control at the start of the specified range. |
| AddDateTimePicker | Adds a DateTimePicker control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddMonthCalendar | Adds a MonthCalendar control at the start of the specified range. |
| AddMonthCalendar | Adds a MonthCalendar control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddDomainUpDown | Adds a DomainUpDown control at the start of the specified range. |
| AddDomainUpDown | Adds a DomainUpDown control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddNumericUpDown | Adds a NumericUpDown control at the start of the specified range. |
| AddNumericUpDown | Adds a NumericUpDown control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddTrackBar | Adds a TrackBar control at the start of the specified range. |
| AddTrackBar | Adds a TrackBar control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddRichTextBox | Adds a RichTextBox control at the start of the specified range. |
| AddRichTextBox | Adds a RichTextBox control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddDataGridView | Adds a DataGridView control at the start of the specified range. |
| AddDataGridView | Adds a DataGridView control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddHScrollBar | Adds a HScrollBar control at the start of the specified range. |
| AddHScrollBar | Adds a HScrollBar control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddVScrollBar | Adds a VScrollBar control at the start of the specified range. |
| AddVScrollBar | Adds a VScrollBar control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddPropertyGrid | Adds a PropertyGrid control at the start of the specified range. |
| AddPropertyGrid | Adds a PropertyGrid control at the exact position supplied rather than a range. The coordinates are represented in points. |
| AddWebBrowser | Adds a WebBrowser control at the start of the specified range. |
| AddWebBrowser | Adds a WebBrowser control at the exact position supplied rather than a range. The coordinates are represented in points. |