| |
Properties: |
|
| |
Access:
Get / Let
Description:
Monitor handle (HMONITOR) for the display device the object holds information about
|
|
|
| |
Access:
Get
Description:
Display device name
|
|
|
| |
Access:
Get
Description:
Display adapter name
|
|
|
| |
Access:
Get
Description:
Plug and play device identifier
|
|
|
| |
Access:
Get
Description:
Reserved, but exposed for future use
|
|
|
| |
Access:
Get
Description:
Specifies whether this is the primary display device
|
|
|
| |
Access:
Get
Description:
Specifies whether this device it attached to the desktop
|
|
|
| |
Access:
Get
Description:
Specifies whether this is a display mirroring pseudo-device
|
|
|
| |
Access:
Get
Description:
Specifies whether this device is running in VGA compatible mode
|
|
|
| |
Access:
Get
Description:
Specifies whether this device is removable
|
|
|
| |
Access:
Get
Description:
Specifies whether the display adapter has more modes than this device can support
|
|
|
| |
Access:
Get
Description:
Returns a Rectangle object specifying the working area of this device in virtual screen coordinates
|
|
|
| |
Access:
Get
Description:
Returns a Rectangle object specifying the monitor area of this device in virtual screen coordinates
|
|
|
| |
Access:
Get
Description:
Returns the number of display modes compatible with this device
|
|
|
| |
Access:
Get
Description:
Returns a Display mode object containing information about the current display mode
|
|
|
| |
Access:
Get
Description:
Returns a Display mode object containing information about the display mode stored in the registry for this device
|
|
|
| |
Access:
Get
Description:
Returns a Display mode object for the requested display mode Index must be between 0 and .DisplayModeCount-1 (inclusive)
|
|
| |
|
|
| |
Methods: |
|
| |
Description:
Requests the object to re-query it's properties
|
|
|
| |
Description:
Changes the display mode for this monitor
Parameters:
Name | Description |
|
inMode | A Display mode object specifying information about the display mode to change to.
|
|
[inTestOnly] | Specifies whether the device should only be tested for support of the given display mode rather than switching to it. By default this is set to False
|
Return:
Returns a enDisplayChangeResult value specifying the result of the display mode change or test.
|
|
|
| |
Description:
Moves the display's position in virtual screen space
Parameters:
Name | Description |
|
inX | Specifies the horizontal coordinate in relation to the origin of the current primary display
|
|
inY | Specifies the vertical coordinate in relation to the origin of the current primary display
|
|
[inTestOnly] | Specifies whether the device should only be tested for support of the given display mode rather than switching to it. By default this is set to False
|
Return:
Returns a enDisplayChangeResult value specifying the result of the display mode change or test.
|
|
|
| |
Description:
Private function used to provide For ... Each access to the monitor object's Display modes
Return:
Returns the internal collection's enumerator object
|
|
|
| |
Description:
Converts a Display mode object to a DevMode structure
Parameters:
Return:
A DevMode structure containing settings from the input object
|
|
|
| |
Description:
Gets information about a specific display mode
Parameters:
Name | Description |
|
inIdx | Index of the display mode to return
|
Return:
A Display mode object containing information about the requested mode
|
|
|
| |
Description:
Creates a Rectangle object based on a RectAPI structure
Parameters:
Name | Description |
|
inUDT | RectAPI structure specifying desired coordinates
|
Return:
A Rectangle object containing the desired coordinates
|
|
|
| |
Description:
Trims a null-terminated string
Parameters:
Name | Description |
|
inString | Input string to convert
|
Return:
Trimmed string
|
|
|
| |
Description:
Clears all the internal information stored within the object
|
|
|
| |
Description:
Initialize event handler of the object
|
|
|
| |
Description:
Terminate event handler of the object
|
|
| |
|
|