TabControl class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name TabControl class
Class ID 55
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide TabControl Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
TabControl Properties Table
Property ID Long Name (English) Description R/W RTE
24DEB400Tab SizeGets or sets how LabVIEW adjusts the size of the tabs.Read/WriteYes
24DEB401Fixed Tab DimensionGets or sets the tab width, height, or all elements.Read/WriteYes
24DEB402Allow Multiple RowsIf TRUE, LabVIEW arranges any tabs that extend beyond the width of the tab control into an additional row of tabs. If FALSE, LabVIEW displays navigation buttons on the upper right of the tab control, which you use to scroll through tabs that are not visible.Read/WriteYes
24DEB403Justify TabsIf TRUE, LabVIEW stretches each row of tabs to fill the entire width of the tab control.Read/WriteYes
24DEB404Tab Control Pane DimensionGets or sets the width and height of the tab control pane.Read/WriteYes
24DEB405Tab Control Pane Dimension:WidthGets or sets the tab pane width.Read/WriteYes
24DEB406Tab Control Pane Dimension:HeightGets or sets the tab pane height.Read/WriteYes
24DEB407Fixed Tab Dimension:WidthGets or sets tab width when using fixed tab sizes.Read/WriteYes
24DEB408Fixed Tab Dimension:HeightGets or sets tab height when using fixed tab sizes.Read/WriteYes
24DEB409ColorsGets or sets the colors for the foreground and background of the tab control.Read/WriteYes
24DEB40AColors:FG ColorGets or sets the foreground color of the tab control.Read/WriteYes
24DEB40BColors:BG ColorGets or sets the background color of the tab control.Read/WriteYes
24DEB40CAllow Multiple ColorsAllows different colors on each tab control page.Read/WriteYes
24DEB40DAuto Grow?Specifies if you can auto grow the tab control.Read/WriteYes
24DEB40ETabs Visible?Specifies if the tabs are visible.Read/WriteYes
24DEB40FPage Labels Display Visible?Specifies if the page labels display are visible.Read/WriteYes
24DEB410Tab LayoutGets or sets the tab layout. Valid values are 0 (Text Only), 1 (Image Only), 2 (Text - Image), and 3 (Image - Text).Read/WriteYes
24DEB411Tab LocationGets or sets the tab location. Valid values are Top, Bottom, Left, and Right.Read/WriteYes
24DEB412Tab IntoIf TRUE, the key focus rotates through the contents of the tab control when you press the <Tab> key.Read/WriteYes

Methods

Show/Hide TabControl Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
TabControl Methods Table
Method ID Long Name (English) Description RTE
24DEB000Rearrange PagesRearranges the pages of the tab control according to the order of the names in the string array.Yes (Read/Write)

Events

This class has no events or it inherits events from its parent: PageSelector Class.


History

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

See Also