Boolean class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Boolean class |
Class ID | 8 |
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 Boolean class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Boolean 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 |
---|---|---|---|---|
6333801 | Button Size | The width and height of the button in pixels. | Read/Write | Yes |
6333802 | Button Size:Width | Width of the button in pixels. | Read/Write | Yes |
6333803 | Button Size:Height | Height of the button in pixels. | Read/Write | Yes |
6333804 | Strings [4] | Array of up to 4 strings. Strings include text for False, True, True to False, and False to True. | Read/Write | Yes |
6333805 | Colors [4] | Array of up to 4 (Foreground Color, Background Color) pairs, where Foreground Color is the foreground color of the Boolean control and Background Color is the background color of the Boolean control. Color pairs include False, True, True to False, and False to True. | Read/Write | Yes |
6333806 | Boolean Text | Reference to the Boolean text object. You can use this reference to change the text color, font, size, and so on of the Boolean text object. | Read Only | Yes |
6333807 | Lock Boolean Text In Center | Indicates whether the Boolean text should be locked in the center of the Boolean object. | Read/Write | Yes |
6333808 | Mechanical Action | Mechanical action (0-5) as shown in the shortcut menu from top left to bottom right. | Read/Write | No |
6333809 | IsTracking | Read Only | Yes | |
633380A | Multiple Text String | Specifies whether the Boolean control has multiple text strings. | Read/Write | Yes |
633380B | Toggle Key Binding | Sets a shortcut key to toggle this control. | Read/Write | Yes |
633380C | Decal Scaling? | 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. |