Jump to content

ColorBox class

From LabVIEW Wiki
Revision as of 19:34, 1 September 2019 by Q (talk | contribs)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name ColorBox class
Class ID 7
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide ColorBox Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ColorBox Properties Table
Property ID Short Name (English) Description R/W RTE
6332C04 AllowTransparent If TRUE, allows the user to select the transparent (T) box in the color picker.

This property is similar to the Allow Transparent item on the shortcut menu of a color box control and to the Allow Transparent option on the Appearance page of the Framed Color Box Properties dialog box.

R/W X
6332C01 ColorAreaSize Size of the color area in terms of width and height in pixels. R/W X
6332C03 Height Height of the color area in pixels.

This property is an element of the Color Area Size property.

R/W X
6332C02 Width Width of the color area in pixels.

This property is an element of the Color Area Size property.

R/W X
6332C05 DefVal Gets or sets the default value of the color box. R/W X
6332C00 Value Value of the color box. R/W X
6332C06 Val(Sgnl) Sets the value of the control and generates a Value Change event.

This property updates the value of an object similar to the Value property. However, Value (Signaling) also causes LabVIEW to generate an event as if the user had interactively changed the value of the object. National Instruments recommends you use this property only when you rely on LabVIEW generating an event in response to the programmatic value change.

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