Single line
Codename: ShellTextBox
- NationalInstruments.Controls.Shell
Simple user control entering alphanumeric data.
To present a read-only text boxes set the .isReadOnly
property to true
. Read-only text boxes are not directly editable but allow the user to see the current value. The user is still able to select the text for copying purposes.
State | Image |
---|---|
Normal | |
Hover | |
Disabled | |
Read-only |
Multi-line text boxes
Codename: ShellTextBox
- NationalInstruments.Controls.Shell
Use a multi-line text box to provide plain text with carriage returns and tabs. When used in a configuration pane, it spans the width of the area.
Single line with spin controls
Codename: ShellNumericTextBox
- NationalInstruments.Controls.Shell
Similar to a single line text box but only used for numeric data. The spin controls allow the user to increment and decrement the value.
State | Image |
---|---|
Normal | |
Hover | |
Spin control (Hover) | |
Spin control (Mousedown) | |
Disabled |
Path text box
Codename: ShellPathSelector
- NationalInstruments.Controls.Shell
This controls allows the user to specify a path to folder or other relative content. Extra controls are provided to allow the user to browse to a location or set the value to “Not a path.”
State | Image |
---|---|
Normal | |
Text box (Hover) | |
Button (Hover) | |
Button (Mousedown) | |
Browse (Hover) | |
Browse (Mousedown) |
Last updated on July 15, 2017