ObjectInfo Class (Standard 7 SP1)

7/8/2014

IObjectInfo is a second interface that is used as a token by the Dialog Box Filter service to store the window state. Custom filter implementations have the option of implementing this interface. If so, the default implementation supplied by the Dialog Box Filter service will use UIAutomation to obtain actions from the window (buttons) and provides a method for performing them (clicking).

If you want to write your own method of locating windows and performing actions, you must implement IObjectInfo.

Topic

Description

ObjectInfo Class Properties

Describes the properties of the ObjectInfo class

ObjectInfo Class Methods

Describes the methods of the ObjectInfo class.

See Also

Reference

CreateObjectInfo

Other Resources

Dialog Box Filter API