FPRunTimePosRunCustom Method

LabView ActiveX Properties and Methods

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

NameTypeDescription
position16-bit integerA cluster of top and left pairs that indicate the front panel window position.
size16-bit integerA cluster of height and width pairs that indicate the size in pixels of the front panel.

Return Value

none