ObjectInfo Class Properties (Standard 7 SP1)
7/8/2014
The following table shows the properties of the IObjectInfo interface.
Property |
Description |
---|---|
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. |
|
The number of actions that can be performed. |
|
The handle (HWND) that the operating system assigned to the window. |
|
The unique identifier of the window's process (also known as a PID) that can be seen in the Windows Task Manager. |
|
The name of the process. |
|
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++. |
|
The title of the window. |
|
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. |
|
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. |