Jump to content

MixedCheckbox class

From LabVIEW Wiki
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 Long Name (English) Description R/W RTE
    33AFA000Strings []Array of 1 string or 6 strings. Strings include text for FALSE, TRUE, MIXED, FALSE pressed, TRUE pressed, and MIXED pressed.Read/WriteYes
    33AFA001Allow MixedIf TRUE, the value of the mixed checkbox changes from TRUE to MIXED during run time by clicking on the checkbox.Read/WriteYes
    33AFA002Button SizeReturns the width and height of the checkbox in pixels.Read OnlyYes
    33AFA003Button Size:WidthWidth of the checkbox in pixels.Read OnlyYes
    33AFA004Button Size:HeightHeight of the checkbox in pixels.Read OnlyYes
    33AFA005TextReturns 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 OnlyYes
    33AFA006Toggle Key BindingSets a shortcut key to toggle this control.Read/WriteYes

    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

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

    See Also