Click or drag to resize

IControl Properties

The IControl 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.
Public propertyHeight
The object's height in pixels.
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
Public propertyVisible
Specifies whether an onscreen object is visible to users.
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
Public propertyWidth
The object's width in pixels.
Top
See Also