Page class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Page class |
Class ID | 54 |
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 Page class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Page 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 |
---|---|---|---|---|
18044C00 | Page Enabled State | Gets or sets the state of a tab control page. | Read/Write | Yes |
18044C01 | Page Visible | Shows or hides individual pages of a tab control. | Read/Write | Yes |
18044C02 | Controls on Page[] | Returns an array of references to the controls and indicators on a page. The order in which you place the objects on the page determines the index of the object in the array. For example, if the first object you place on the page is a numeric control, the index of the numeric control in the array returned by this property is 0. | Read Only | Yes (Read Only) |
18044C03 | Decorations on Page[] | Gets an array of references to all decorations on a tab control page. | Read Only | Yes (Read Only) |
18044C04 | Objects on Page[] | Gets an array of references to all controls, indicators, and decorations on a page. | Read Only | Yes (Read Only) |
18044C05 | Tab Caption | Gets or sets the text of a caption on a tab control page. | Read/Write | Yes |
18044C06 | Page Label | Gets the label of a tab control page. | Read/Write | Yes (Read Only) |
18044C07 | Description | Gets or sets the description of a tab control page. | Read/Write | Yes |
18044C08 | Tip Strip | Gets or sets the tip strip of a tab control page. A tip strip is the brief description of the object that appears when you move the cursor over the object. | Read/Write | Yes |
18044C09 | Independent Label | Makes the tab control page caption independent of the page label. | Read/Write | Yes |
18044C0A | Colors | Gets or sets the foreground and background colors of a tab control page. | Read/Write | Yes |
18044C0B | Colors:FG Color | Gets or sets the foreground color of the tab control page. | Read/Write | Yes |
18044C0C | Colors:BG Color | Gets or sets the background color of the tab control page. | Read/Write | Yes |
Methods
Show/Hide Page Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
18044800 | Reorder Controls | Reorders the controls on the page according to the order of the input array of control references. | Yes (Read/Write) |
18044801 | Import Image | Imports the image from the clipboard to the page. | Yes (Read/Write) |
18044802 | Remove Image | Removes the image from the page. | Yes (Read/Write) |
Events
This class has no events or it inherits events from its parent: Generic Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |