Share via


ObjectInfo Class Properties (Standard 7 SP1)

7/8/2014

The following table shows the properties of the IObjectInfo interface.

Property

Description

Action

A zero-indexed array of strings. The default implementation fills in Actions as buttons, which is used in filtering as well as performing actions. Buttons on the title bar, including Maximize, Minimize, and Close will be included in this list. Custom implementations can also perform other complex and custom tasks besides button clicks.

ActionCount

The number of actions that can be performed.

Handle

The handle (HWND) that the operating system assigned to the window.

ProcessId

The unique identifier of the window's process (also known as a PID) that can be seen in the Windows Task Manager.

ProcessName

The name of the process.

WindowClass

The WindowClass is a string value used by the programming language and kernel to categorize and group windows by their purpose. It is never visible to the user but can be seen using tools such as Spy++.

WindowTitle

The title of the window.

XPos

Numeric expression that specifies, in twips, the horizontal distance of the left edge of the dialog box from the left edge of the screen. This measurement refers to the position of the dialog box before it is moved off-screen.

YPos

Numeric expression that specifies, in twips, the vertical distance of the upper edge of the dialog box from the top of the screen. This measurement refers to the position of the dialog box before it is moved off-screen.

See Also

Reference

CreateObjectInfo

Other Resources

Dialog Box Filter API