Application class/Display.All Monitors property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 22
Scope Basic Development Environment
Data Name Disp.AllMonitors
Short Name* Disp.AllMonitors
Long Name* Display:All Monitors
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Data Type Common Cluster Array data type

Common Cluster Array

Property Node Display:All Monitors
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
PermissionsRead Only
Remote access allowedYes

Returns information about all the monitors on the computer, including their bit depths and bounding rectangles.

Elements
Name Description
Bounds Cluster that defines the bounding rectangle of the content area of all the monitors on the computer.
  • Left—The horizontal coordinate of the left edge of the bounding rectangle.
  • Top—The vertical coordinate of the top edge of the bounding rectangle.
  • Right—The horizontal coordinate of the right edge of the bounding rectangle.
  • Bottom—The vertical coordinate of the bottom edge of the bounding rectangle.
Depth The bit depth of all the monitors on the computer.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links