Inherits from Generic»GObject.
Right-click a scroll bar in a pane and select Create»Reference from the shortcut menu to create a reference you can use with these properties. You also can right-click a VI Server Reference and select Pane from the shortcut menu to create a reference you can use with these properties programmatically.
| Property | Description |
|---|---|
| All Objects[] | Array of references to all the objects (controls and decorations) on the pane. Details |
| Background Image | Sets the background image the pane uses. LabVIEW supports BMP, JPEG, and PNG graphic formats for background images. This property is similar to the Browse option on the Appearance page of the Pane Properties dialog box. Details |
| Background Mode | Sets the positioning of the background image in the pane. You can select from the following options:
|
| Content Area Rect | Returns the bounding rectangle of the content area of the pane in the coordinate system of the pane. Details |
| Controls[] | Array of references to the controls and indicators on the pane. Details |
| Decorations[] | Array of references to the decorations in the pane. Details |
| Horizontal Scrollbar Visibility | Gets or sets the horizontal scrollbar visibility of the pane. Details |
| Label | Reference to the label object. Details |
| Minimum Pane Size | If the pane is sizable, this property determines the minimum size to which a pane can be reduced. Setting this property can cause the pane or window to grow if its current size is less than the minimum size. Details |
| Origin | A cluster that contains the vertical and horizontal coordinates of the upper left corner of the pane. The coordinates are relative to the coordinate system of the pane. Details |
| Pane Color | Background color of the pane. Details |
| Vertical Scrollbar Visibility | Gets or sets the vertical scrollbar visibility of the pane. Details |