Jump to content

PageSelector class

From LabVIEW Wiki
Revision as of 00:24, 31 August 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name class
Class ID {{{1}}}
Scope
Class Inheritance

This class is a top-level class.

Class Children

This class has no 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