Jump to content

PageSelector class: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{VIServerClass|name=PageSelector|id=53|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=PageSelector}}
{{VIServerClass|53}}


{{stub}}
{{stub}}
Line 71: Line 71:


== 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 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


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

Properties

Show/Hide PageSelector Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PageSelector Properties Table
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
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PageSelector Methods Table
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

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

See Also