TabControl class
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.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The TabControl class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide TabControl Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
24DEB400 | Tab Size | Gets or sets how LabVIEW adjusts the size of the tabs. | Read/Write | Yes |
24DEB401 | Fixed Tab Dimension | Gets or sets the tab width, height, or all elements. | Read/Write | Yes |
24DEB402 | Allow Multiple Rows | If 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/Write | Yes |
24DEB403 | Justify Tabs | If TRUE, LabVIEW stretches each row of tabs to fill the entire width of the tab control. | Read/Write | Yes |
24DEB404 | Tab Control Pane Dimension | Gets or sets the width and height of the tab control pane. | Read/Write | Yes |
24DEB405 | Tab Control Pane Dimension:Width | Gets or sets the tab pane width. | Read/Write | Yes |
24DEB406 | Tab Control Pane Dimension:Height | Gets or sets the tab pane height. | Read/Write | Yes |
24DEB407 | Fixed Tab Dimension:Width | Gets or sets tab width when using fixed tab sizes. | Read/Write | Yes |
24DEB408 | Fixed Tab Dimension:Height | Gets or sets tab height when using fixed tab sizes. | Read/Write | Yes |
24DEB409 | Colors | Gets or sets the colors for the foreground and background of the tab control. | Read/Write | Yes |
24DEB40A | Colors:FG Color | Gets or sets the foreground color of the tab control. | Read/Write | Yes |
24DEB40B | Colors:BG Color | Gets or sets the background color of the tab control. | Read/Write | Yes |
24DEB40C | Allow Multiple Colors | Allows different colors on each tab control page. | Read/Write | Yes |
24DEB40D | Auto Grow? | Specifies if you can auto grow the tab control. | Read/Write | Yes |
24DEB40E | Tabs Visible? | Specifies if the tabs are visible. | Read/Write | Yes |
24DEB40F | Page Labels Display Visible? | Specifies if the page labels display are visible. | Read/Write | Yes |
24DEB410 | Tab Layout | Gets or sets the tab layout. Valid values are 0 (Text Only), 1 (Image Only), 2 (Text - Image), and 3 (Image - Text). | Read/Write | Yes |
24DEB411 | Tab Location | Gets or sets the tab location. Valid values are Top, Bottom, Left, and Right. | Read/Write | Yes |
24DEB412 | Tab Into | If TRUE, the key focus rotates through the contents of the tab control when you press the <Tab> key. | Read/Write | Yes |
Methods
Show/Hide TabControl Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
24DEB000 | Rearrange Pages | Rearranges 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
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |