Jump to content

ColorBox class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide ColorBox Properties Table</span>
{{VIServerClassTables|7}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ ColorBox Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|6332C04
| [[ColorBox class/AllowTransparent property|AllowTransparent]]
|If TRUE, allows the user to select the transparent (<b>T</b>) box in the color picker.
 
This property is similar to the <b>Allow Transparent</b> item on the shortcut menu of a color box control and to the <b>Allow Transparent</b> option on the Appearance page of the <b>Framed Color Box Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6332C01
| [[ColorBox class/ColorAreaSize property|ColorAreaSize]]
|Size of the color area in terms of width and height in pixels.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6332C03
| [[ColorBox class/Height property|Height]]
|Height of the color area in pixels.
 
This property is an element of the Color Area Size property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6332C02
| [[ColorBox class/Width property|Width]]
|Width of the color area in pixels.
 
This property is an element of the Color Area Size property.
|R/W
|X
|- style="background-color:#CCFFFF;"
|6332C05
| [[ColorBox class/DefVal property|DefVal]]
|Gets or sets the default value of the color box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6332C00
| [[ColorBox class/Value property|Value]]
|Value of the color box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6332C06
| [[ColorBox class/Val(Sgnl) property|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
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version

Revision as of 21:44, 8 September 2019

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 Long Name (English) Description R/W RTE
6332C00ValueValue of the color box.Read/WriteYes
6332C01Color Area SizeSize of the color area in terms of width and height in pixels.Read/WriteYes
6332C02Color Area Size:WidthWidth of the color area in pixels.Read/WriteYes
6332C03Color Area Size:HeightHeight of the color area in pixels.Read/WriteYes
6332C04Allow TransparentIf TRUE, allows the user to select the transparent (T) box in the color picker.Read/WriteYes
6332C05Default ValueGets or sets the default value of the color box.Read/WriteYes
6332C06Value (Signaling)Sets the value of the control and generates a Value Change event.Write OnlyYes

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