Click or drag to resize

IWindow Properties

The IWindow type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyFocused
Specifies whether the window is currently focused.
Public propertyHandle
Returns the window's handle (an HWND value).
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyHScroll
Returns the object that provides the program interface to the horizontal scroll bar of the window.
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyPopupMenu
Returns the test object that correspond to the currently active context menu. Note: the menu must be visible before you start working with it.
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyUnicode
Specifies if the window supports the Unicode text parameters of messages.
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertyVScroll
Returns the object that provides the program interface to the vertical scroll bar of the window.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertyWndCaption
Gets or sets the window's caption.
Public propertyWndStyles
Returns a combination of Win32 constants (WM_BORDER, WM_CAPTION, etc.) that specify the window style.
Public propertyWndStylesEx
Returns a combination of Win32 constants (WS_EX_APPWINDOW, WS_EX_OVERLAPPEDWINDOW, etc.) that specify the extended window style.
Top
See Also