PageSelector class: Difference between revisions
Appearance
Started page |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|53}} | ||
{{stub}} | {{stub}} | ||
| Line 71: | Line 71: | ||
== History == | == History == | ||
{{ambox|text=History information is needed. What changes have | {{ambox|text=History information is needed. What changes have occurred over previous versions?}} | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
Revision as of 22:20, 1 September 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | PageSelector class |
| Class ID | 53 |
| Scope | Basic Development Environment |
| Class Inheritance |
|
| Class Children | |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The PageSelector class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide PageSelector Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 3E91000 | PageSelVis | Shows or hides the page selector (tabs) of a tab control.
Use the Page Visible property to show or hide individual pages of the tab control. This property is similar to the Tabs item on the shortcut menu of a tab control. This property is similar to the Show page selector option on the Appearance page of the Tab Control Properties dialog box. |
R/W | X |
| 3E91001 | Pages | Returns an array of references to all pages contained by the tab control. | R | X |
Methods
Show/Hide PageSelector Methods Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Short Name (English) | Description | RTE |
|---|---|---|---|
| 3E90C01 | Add Page | Adds a new page after or before a page you specify. | |
| 3E90C02 | Dup Page | Duplicates a page. | |
| 3E90C00 | Remove Page | Removes a page you specify. |
Events
No Events for this class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |