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 [...]
Button The button control is used to send commands to a connected device. Commands are sent when an event, such as the user clicking the button, occurs. Commands are text strings and may include [...]