IDL Programming > Objects > Miscellaneous Object Classes > IDLsysMonitorInfo::IsExtendedDesktop

IDLsysMonitorInfo::IsExtendedDesktop

Syntax | Return Value | Arguments | Keywords | Version History

The IDLsysMonitorInfo::IsExtendedDesktop function method returns a Boolean value (0 or 1 as an IDL integer) that indicates if the display system is configured as an extended desktop across two or more monitors. An extended desktop uses a single coordinate system to address pixels across two or more monitors.

Syntax

Result = Obj->[IDLsysMonitorInfo::]IsExtendedDesktop()

Return Value

The return values is true (1) if:

The return value is false (0) if:

For X Windows configurations, the return value is false (0) if:

Arguments

None

Keywords

None

Version History

6.3

Introduced