IMSAAObject Properties |
The IMSAAObject type exposes the following members.
Name | Description | |
---|---|---|
Caption |
Gets the control's caption.
| |
Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
Description |
Gets the control's description.
| |
Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
Height |
The object's height in pixels.
(Inherited from IControl.) | |
ObjectState |
Gets the current state of the control.
| |
Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
ReadOnly |
Determines whether the control is read-only. If ReadOnly is true, users cannot modify the control’s properties.
| |
ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
Value |
Gets or sets the control’s value.
| |
Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
Width |
The object's width in pixels.
(Inherited from IControl.) |