Click or drag to resize

IDesktop Interface

The test interface for the Windows Desktop.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IDesktop : IVisualObject, 
	IObject

The IDesktop type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Returns the height of the desktop.
Public propertyMouseX
Gets or sets the horizontal position of the mouse pointer.
Public propertyMouseY
Gets or sets the vertical position of the mouse pointer.
Public propertyWidth
Returns the width of the desktop.
Top
Methods
  NameDescription
Public methodCallMethodT(String, Object)
Invokes the specified method and returns the result.
(Inherited from IObject.)
Public methodCastT
Casts the interface to an interface of another type.
(Inherited from IObject.)
Public methodGetPropertyT
Returns the value of the specified property.
(Inherited from IObject.)
Public methodKeys
Simulates keyboard input to a window or control that is currently active on the Windows desktop.
Public methodObjectFromPoint(Int32, Int32)
Returns the visual object that contains the pixel with the specified coordinates.
Public methodObjectFromPoint(Int32, Int32, Boolean)
Returns the visual object that contains the pixel with the specified coordinates.
Public methodPicture
Captures the image of the object.
(Inherited from IVisualObject.)
Public methodPicture(Int32, Int32, Int32, Int32, Boolean)
Captures the image of the specified rectangular area of the object.
(Inherited from IVisualObject.)
Public methodSetProperty
Sets a value for the specified property.
(Inherited from IObject.)
Top
See Also