MixedCheckbox class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | MixedCheckbox class |
Class ID | 127 |
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 MixedCheckbox class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide MixedCheckbox 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 |
---|---|---|---|---|
33AFA000 | Strings [] | Array of 1 string or 6 strings. Strings include text for FALSE, TRUE, MIXED, FALSE pressed, TRUE pressed, and MIXED pressed. | Read/Write | Yes |
33AFA001 | Allow Mixed | If TRUE, the value of the mixed checkbox changes from TRUE to MIXED during run time by clicking on the checkbox. | Read/Write | Yes |
33AFA002 | Button Size | Returns the width and height of the checkbox in pixels. | Read Only | Yes |
33AFA003 | Button Size:Width | Width of the checkbox in pixels. | Read Only | Yes |
33AFA004 | Button Size:Height | Height of the checkbox in pixels. | Read Only | Yes |
33AFA005 | Text | Returns a reference to the text object of the mixed checkbox. Use this reference to change the text color, font, size, and so on, of the text object. | Read Only | Yes |
33AFA006 | Toggle Key Binding | Sets a shortcut key to toggle this control. | Read/Write | Yes |
Methods
This class has no methods or it inherits methods from its parent: Control Class.
Events
This class has no events or it inherits events from its parent: Control Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |