FPRunTimePosRunCustom Method
Installed With: Base Package
Class: VI Methods (ActiveX)
Sets a custom position for the VI to move its front panel to every time the VI runs.
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.
Syntax
object.FPRunTimePosRunCustom([position], [size])
Parameters
Name | Type | Description |
---|---|---|
position | 16-bit integer | A cluster of top and left pairs that indicate the front panel window position. |
size | 16-bit integer | A cluster of height and width pairs that indicate the size in pixels of the front panel. |
Return Value
none