Display:Primary Workspace Property
Short Name: Disp.WkSpace
Installed With: Base Package
Class: Application Properties
Gives the bounding rectangle of the computer's primary monitor.
Elements
Name | Description |
---|---|
Left | The horizontal coordinate of the left edge of the bounding rectangle of the computer's primary monitor. |
Top | The vertical coordinate of the top edge of the bounding rectangle of the computer's primary monitor. |
Right | The horizontal coordinate of the right edge of the bounding rectangle of the computer's primary monitor. |
Bottom | The vertical coordinate of the bottom edge of the bounding rectangle of the computer's primary monitor. |
Remarks
The following table lists the characteristics of this property.
Available in Run-Time Engine and Real-Time Operating System | Yes (Read Only) |
Permissions | Read Only |
Settable when the VI is running | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |
Example
Refer to the VI Server - Changing Another VI's Properties VI in the labview\examples\viserver\uicntrl.llb for an example of using the Display:Primary Workspace property.