VI Server Property Information
|
Property ID
|
265
|
Scope
|
Basic Development Environment
|
Data Name
|
Minimum Panel Size
|
Short Name*
|
FP.Minimum Size
|
Long Name*
|
Front Panel Window:Minimum Size
|
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
|
Owning Class ID
|
2
|
Owning Class Name
|
VI Class
|
Data Type
|
Numeric Cluster TypeDef data type
|
Property Node
|
|
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes |
Available with control VIs | No |
Available with global VIs | No |
Available with polymorphic VIs | No |
Available with strict type definitions | No |
Loads the block diagram into memory | No |
Loads the front panel into memory | Yes |
Must wait until user interface is idle | No |
Need to authenticate before use | No |
Permissions | Read/Write |
Remote access allowed | Yes |
Settable when the VI is running | Yes |
Minimum size of the front panel window in pixels. If Front Panel Window:Resizable is TRUE, the user cannot resize the front panel smaller than the width and height you wire to this property.
You cannot size the window smaller than one pixel in either dimension. If you set a pane to a size at which the scroll bars encroach on the content area's minimum size, LabVIEW hides the scroll bars. When you size the pane larger, the scroll bars appear again. For single-pane front panels, minimum size refers to the content area of that pane, not including the scroll bars. For multi-pane front panels, minimum size refers to the entire front panel, including any visible scroll bars.
This property is similar to the Minimum Panel Size section of the Window Size page of the VI Properties dialog box.
Elements
Name
|
Description
|
Horizontal
|
The minimum width of the front panel window in pixels. This value cannot be less than 1.
|
Vertical
|
The minimum height of the front panel window in pixels. This value cannot be less than 1.
|
Uses
History
Version
|
Change(s)
|
|
More info to come.
|
See Also
External Links