Click or drag to resize

IMSAAObject Properties

The IMSAAObject type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Gets the control's caption.
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyDescription
Gets the control's description.
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyObjectState
Gets the current state of the control.
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyReadOnly
Determines whether the control is read-only. If ReadOnly is true, users cannot modify the control’s properties.
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 propertyValue
Gets or sets the control’s value.
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 propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Top
See Also