ComboBox class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | ComboBox class |
Class ID | 29 |
Scope | Basic Development Environment |
Class Inheritance |
|
Class Children | This class has no children.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The ComboBox class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide ComboBox Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
6347000 | Value | Value of the ComboBox control. | Read/Write | Yes |
6347001 | Default Value | Gets or sets the default value of the combo box control. | Read/Write | Yes (Read Only) |
6347002 | Allow Undefined Strings | If TRUE, users can enter string values not already in the list of strings defined for the combo box control. If FALSE, users must select from the list of strings defined for the control. | Read/Write | Yes |
6347003 | Strings [] | Array of the strings from which you can select in the combo box control. Use the Strings And Values () property to specify custom values for each string. | Read/Write | Yes |
6347004 | Strings And Values [] | Array of clusters containing the strings from which you can select in the combo box control and the values for each string. Use the Strings () property if you do not need to specify custom values for each string. | Read/Write | Yes |
6347005 | Value (Signaling) | Sets the value of the control and generates a Value Change event. | Write Only | Yes |
6347006 | Case Sensitive Pop-up | Reads or writes whether the selection pop-up on the combo box can distinguish between entries that are the same, but have different cases. | Read/Write | Yes |
6347007 | MatchFirstInList | Read/Write | Yes |
Methods
This class has no methods or it inherits methods from its parent: String Class.
Events
Show/Hide ComboBox Events Table
Legend | |
---|---|
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Code | Name | Description | Type |
---|---|---|---|
1073741890 | Operate Menu Activation | ||
1073741891 | Operate Menu Dismissed |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |