SubPanel class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | SubPanel class |
Class ID | 65 |
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 SubPanel class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide SubPanel 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 |
---|---|---|---|---|
72584000 | Scale Panel | Read/Write | Yes | |
72584002 | Panel Transparent | If TRUE, LabVIEW draws the background of the front panel in the subpanel control as transparent. If FALSE, LabVIEW draws the background color of the front panel. | Read/Write | Yes |
72584003 | Container Bounds | Size of the area in the subpanel control that contains the front panel. | Read/Write | Yes |
72584004 | Container Bounds:Width | Width of the area in the subpanel control that contains the front panel. | Read/Write | Yes |
72584005 | Container Bounds:Height | Height of the area in the subpanel control that contains the front panel. | Read/Write | Yes |
72584006 | X Scrollbar Visible | Read/Write | Yes | |
72584007 | Y Scrollbar Visible | Read/Write | Yes | |
72584008 | Allow User to Open Diagram | If TRUE, displays an Open Block Diagram item on the shortcut menu when the user right-clicks on the border of a subpanel control in a running VI or within the border of a subpanel control but not on a control or indicator on the front panel loaded in a subpanel control in a running VI. If FALSE, the Open Block Diagram menu item does not appear. | Read/Write | Yes |
72584009 | Value | Read/Write | Yes | |
7258400A | Value (Signaling) | Write Only | Yes | |
7258400B | AllowRTEdits | Read/Write | Yes | |
7258400C | Origin | Returns the scroll origin of the hosted panel. | Read/Write | Yes |
7258400D | Diagram Inserted | Specifies whether to insert a diagram in the subpanel instead of the front panel. | Read Only | Yes |
7258400E | AllowObjectDragAndDrop | Read/Write | Yes | |
7258400F | Inserted VI | Returns a reference to the VI currently loaded in the referenced subpanel control. | Read Only | Yes |
Methods
Show/Hide SubPanel Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
72583C00 | Insert VI | Loads a VI in the subpanel control without changing the state of the VI. | Yes (Read/Write) |
72583C01 | Remove VI | Unloads the VI in the subpanel control. If no references to the VI remain, LabVIEW removes the VI from memory. If references to the VI remain and the VI stays in memory, this method does not change the state of the VI. | Yes (Read/Write) |
72583C02 | InsertBlockDiagram | Inserts the VI block diagram into the subpanel | Yes (Read/Write) |
72583C03 | Insert Remote VI | Yes |
Events
This class has no events or it inherits events from its parent: Control Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |