ITabObject

Assembly: Tab;

Description

The ITabObject interface is used to work with an object located on a table sheet.

Inheritance Hierarchy

          ITabObject

Comments

To work with all objects located on a table sheet, use the ITabObjects interface.

Properties

  Property name Brief description
ActivationMode

The ActivationMode property determines the table objects activation mode.
Active

The Active property returns whether the object is active at the moment.
Angle

The Angle property determines object rotation angle.
ClassId

The ClassId property returns the class identifier of the object, located on the table sheet.
Extension

The Extension property allows to convert an existing object to another type.
Id

The Id property determines the identifier of the object, located on the table sheet.
InteractiveRestrictions

The InteractiveRestrictions property determines move and resize modes that are not available for an object.
Location

The Location property determines the top left corner of the object, located on the table sheet.
MovementMode

The MovementMode property determines the mode of changing the object position and size.
ParentGroup

The ParentGroup returns the item group.
Printable

The Printable property determines whether the object located on the table sheet can be printed.
Rectangle

The Rectangle property determines the rectangular region of the object, located on the table sheet.
Selected

The Selected property returns True if the object is selected at the moment.
Sheet

The Sheet property returns the sheet, on which the object is located.
Size

The Size property determines the size of the object, located on the table sheet.
Tag

The Tag property determines any value linked to the object.
Tooltip

The Tooltip property determines the text of the tooltip, which appears when the mouse cursor is over the object.
Transparent

The Transparent property determines whether the object on the table sheet is transparent.
Visible

The Visible property determines the visibility of the object, located on the table sheet.

Methods

  Method name Brief description
Activate

The Activate method activates the current object located on the table sheet.
BringToFront

The BringToFront method brings the object to front.
CenterAtView

The CenterAtView method scrolls table rows and columns in such a way, that the current object is located in the center of the table.
Copy

The Copy method copies the object to clipboard.
Cut

The Cut method cuts the object and places it to clipboard.
Deactivate

The Deactivate method deactivates the current object located on the table sheet.
Deselect

The Deselect method deselects the current object, located on the table sheet.
Flip

The Flip method flips the report object.
MoveBack

The MoveBack method moves the object back.
MoveForward

The MoveForward method moves the object forward.
PutAtRange

The PutAtRange method places the object to the range, which is passed as the input parameter.
Select_

The Select_ method selects the current object, located on the report sheet.
SendToBack

The SendToBack method places the object to back.

See also:

Tab Assembly Interfaces