Author Archives: compitionpoint - Page 21
NumericUpDown Control
The NumericUpDown administration is generally acclimated get numeric information sources and consequently confines client for giving invalid non-numeric Numeric UpDown management looks like a TextBox management, but there ar arrow…
CheckedListBox Control
The CheckedListBox control is similar to the ListBox control except that each item is represented by a CheckBox control. You can select each item like an ordinary ListBox, but in addition, you can also check the box…
ListBox Control
The ListBox control is used to show a list of strings which you can select. By default, you can only select one item. The List Box control is best used if you are trying…
ComboBox Control
The ComboBox control is another way of allowing a user to choose from a set of options. The ComboBox control looks like a text box with a button in its right side. When…
Panel and GroupBox Controls
The Panel control is used to group controls on a form. One good use of a panel is when you want to group radio buttons. Only one radio button from a set…
CheckBox Control
The CheckBox control () is additionally a kind of button associated seems as an empty box with a label beside default, once the empty box is clicked, a check can…
RadioButton Control
The RadioButton control () is a button that can be either turned on or off. The radio button is a circular button with a label. You simply click a radio button to…
C# RichTextBox Control
The RichTextBox control () is similar to a TextBox control, but it allows you to format different parts of the text inside it. The TextBox control is typically used to accept text input from the user…
TextBox Control
The TextBox control () is the most basic means of input in a windows forms. You give the input data by typing it inside the text box. The text you type can…
Label Control
The Label control () is employed to feature text to a type which will be wont to show messages, or add labels to spot what alternative controls’ practicality a label…