Jump to content

PageSelector class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide PageSelector Properties Table</span>
{{VIServerClassTables|53}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ PageSelector Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|3E91000
| [[PageSelector class/PageSelVis property|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 <b>Tabs</b> item on the shortcut menu of a tab control.
 
This property is similar to the <b>Show page selector</b> option on the Appearance page of the <b>Tab Control Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|3E91001
| [[PageSelector class/Pages property|Pages]]
|Returns an array of references to all pages contained by the tab control.
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide PageSelector Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ PageSelector Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|3E90C01
| [[PageSelector class/Add Page method|Add Page]]
|Adds a new page after or before a page you specify.
|
|- style="background-color:#CCFFFF;"
|3E90C02
| [[PageSelector class/Dup Page method|Dup Page]]
|Duplicates a page.
|
|- style="background-color:#CCFFFF;"
|3E90C00
| [[PageSelector class/Remove Page method|Remove Page]]
|Removes a page you specify.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 22:23, 8 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 Long Name (English) Description R/W RTE
3E91000Page Selector VisibleShows or hides the page selector (tabs) of a tab control.Read/WriteYes
3E91001PagesReturns an array of references to all pages contained by the tab control.Read OnlyYes (Read Only)

Methods

Show/Hide PageSelector Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PageSelector Methods Table
Method ID Long Name (English) Description RTE
3E90C00Remove PageRemoves a page you specify.No
3E90C01Add PageAdds a new page after or before a page you specify.No
3E90C02Duplicate PageDuplicates a page.No

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