Jump to content

ComboBox class

From LabVIEW Wiki
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.


    The ComboBox class is a class in the VI Server Class Hierarchy, (see also VI Server).

    Properties

    Show/Hide ComboBox Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    ComboBox Properties Table
    Property ID Long Name (English) Description R/W RTE
    6347000ValueValue of the ComboBox control.Read/WriteYes
    6347001Default ValueGets or sets the default value of the combo box control.Read/WriteYes (Read Only)
    6347002Allow Undefined StringsIf 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/WriteYes
    6347003Strings []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/WriteYes
    6347004Strings 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/WriteYes
    6347005Value (Signaling)Sets the value of the control and generates a Value Change event.Write OnlyYes
    6347006Case Sensitive Pop-upReads or writes whether the selection pop-up on the combo box can distinguish between entries that are the same, but have different cases.Read/WriteYes
    6347007MatchFirstInListRead/WriteYes

    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
    ComboBox Events Table
    Code Name Description Type
    1073741890Operate Menu Activation
    1073741891Operate Menu Dismissed


    History

    Version Change(s)
    LabVIEW 2018 More info to come.

    See Also