Click or drag to resize

IDesktop Methods

The IDesktop type exposes the following members.

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