TrackBarWithIndicator The TrackBarWithIndicator is a control that lets you select a value from a range using either a track-bar or linked numeric control. The linked numeric control can be hidden [...]
RadioButton The RadioButton control lets you select an option from a range of options. It is similar to a checkbox, however, when a radio button is used inside a group-box, only one of the radio [...]
The Checkbox is box, with a built in label, the user can place a tick mark (or check-mark) in. It is often used to enable or disable features. The Checkbox control can send a message to a [...]
The ValueList control provides a list style selector of named values. It is particularly useful for selecting bit-wise flag values. The selected value can be set by the user or by a connected [...]
Label The Label control displays a text label. It can be used to label other controls and define shortcut keys. Label control properties Property Access Type Method Description Text Design-only [...]
The Dynamic Label is a control who’s label text can be set by commands from a connected device. Dynamic label control properties Name Access Type Method Description AutoSize Design-only [...]
The NumericUpDown control lets the user enter and edit numeric values. You can set the minimum and maximum values as well as the step change made when the spinner is used. The value of the [...]
The TextBox control lets you enter and edit text values at run-time. Typically, a user interface would send the value in a text control to a connected device when a button is clicked. However, [...]
The Open local document button opens a supported file when the button is clicked. The Filename property sets the name and relative path of the file. Files are relative to the folder where the [...]
The Open Web Page button is used to open a URL in the user’s default browser when the button is clicked. This is often used to open documentation or provide links to updates for your user [...]