Jump to content

Cluster class

From LabVIEW Wiki
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Cluster class
Class ID 30
Scope Basic Development Environment
Class Inheritance
Class Children


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

Properties

Show/Hide Cluster Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Cluster Properties Table
Property ID Long Name (English) Description R/W RTE
6347C01ColorBackground color of the cluster.Read/WriteYes
6347C02Controls[]Array of references to the cluster elements in cluster order.Read OnlyYes (Read Only)
6347C03Decorations[]Array of references to the decorations in the cluster.Read OnlyYes (Read Only)
6347C04All Objects[]Array of references to all the objects (controls and decorations) in the cluster.Read OnlyYes (Read Only)
6347C05Cluster SizeGets or sets the size of a cluster.Read/WriteYes
6347C06Cluster Size:WidthGets or sets the width of a cluster.Read/WriteYes
6347C07Cluster Size:HeightGets or sets the height of a cluster.Read/WriteYes
6347C08Auto SizingGets or sets how LabVIEW auto sizes a cluster.Read/WriteYes (Read Only)
6347C09Vertical Scrollbar VisibleRead/WriteYes
6347C0AHorizontal Scrollbar VisibleRead/WriteYes

Methods

Show/Hide Cluster Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Cluster Methods Table
Method ID Long Name (English) Description RTE
6347800Set Cluster OrderSpecifies the order of elements in the cluster.Yes (Read/Write)

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