MixedCheckbox class: Difference between revisions
Started page |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|127}} | ||
{{stub}} | {{stub}} | ||
| Line 162: | Line 162: | ||
== History == | == History == | ||
{{ambox|text=History information is needed. What changes have | {{ambox|text=History information is needed. What changes have occurred over previous versions?}} | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
| Line 177: | Line 177: | ||
[[Category:VI Server]] | [[Category:VI Server]] | ||
[[Category:VI Server Class]] | [[Category:VI Server Class]] | ||
Revision as of 22:15, 1 September 2019
| 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).
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 | Short Name (English) | Description | R/W | RTE | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 33AFA001 | AllowMixed | If TRUE, the value of the mixed checkbox changes from TRUE to MIXED during run time by clicking on the checkbox. | R/W | X | ||||||||||||||
| 33AFA002 | BtnSize | Returns the width and height of the checkbox in pixels. | R | X | ||||||||||||||
| 33AFA004 | Height | Height of the checkbox in pixels.
This property is an element of the Button Size property. |
R | X | ||||||||||||||
| 33AFA003 | Width | Width of the checkbox in pixels.
This property is an element of the Button Size property. |
R | X | ||||||||||||||
| 33AFA000 | Strings () | Array of 1 string or 6 strings. Strings include text for FALSE, TRUE, MIXED, FALSE pressed, TRUE pressed, and MIXED pressed.
If the mixed checkbox contains multiple strings, it always reads and writes six strings. If the mixed checkbox does not contain multiple strings, it always reads and writes one string. This property is similar to the Multiple strings option on the Appearance page of the Mixed Checkbox Properties dialog box.
|
R/W | X | ||||||||||||||
| 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.
You can use this reference with the Text properties. |
R | X | ||||||||||||||
| 33AFA006 | ToggleKeyBind | Sets a shortcut key to toggle this control.
This property is similar to the Toggle option on the Key Navigation page of the Mixed Checkbox Properties dialog box.
|
R/W | X |
Methods
No Methods for this class.
Events
No Events for this class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |