Jump to content

MixedCheckbox class

From LabVIEW Wiki
Revision as of 22:15, 1 September 2019 by Q (talk | contribs)
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.


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

Properties

Show/Hide MixedCheckbox Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
MixedCheckbox Properties Table
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.

Elements:
Name Description
0 Displays when the value is FALSE.
1 Displays when the value is TRUE.
2 Displays when the value is MIXED.
3 Displays when the value is FALSE and the checkbox is pressed.
4 Displays when the value is TRUE and the checkbox is pressed.
5 Displays when the value is MIXED and the checkbox is pressed.
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.

Elements:
Name Description
Control If TRUE, the keyboard shortcut includes the key.
Shift If TRUE, the keyboard shortcut includes the key.
Key The name of the shortcut key. (Mac OS X) LabVIEW does not support <VolumeUp>, <VolumeDown>, and function keys<F15> to <F24> as shortcut keys on Mac OS X. Key must match one of the following values:
  • <Clear>
  • <Ins>
  • <Del>
  • <Home>
  • <End>
  • <PageUp>
  • <PageDown>
  • <Escape>
  • <Enter>
Note The <Enter> key on the alphanumeric keyboard and <Enter> key on the numeric keypad are the same value.
  • <Play>
  • <VolumeUp>
  • <VolumeDown>
  • <Mute>
  • F1
  • F2
  • F3
  • F4
  • F5
  • F6
  • F7
  • F8
  • F9
  • F10
  • F11
  • F12
  • F13
  • F14
  • F15
  • F16
  • F17
  • F18
  • F19
  • F20
  • F21
  • F22
  • F23
  • F24
Note You must use the English Key name when wiring a shortcut key value.
R/W X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also