The following table lists methods and properties of the Box object with links to the respective reference pages.
Method or Property |
Description |
|---|---|
| GetLocation Method (Box Object) | Returns lower left and upper right coordinates that specify the location of a box. |
| GetObjectColor Method (Box Object) | Gets the color in which the box is drawn. |
| GetObjectFillColor Method (Box Object) | Gets the fill color for the box. |
| IsColorAutomatic Method (Box Object) | Determines if the box has been assigned an automatic color. |
| IsFillColorAutomatic Method (Box Object) | Determines if the box has been assigned an automatic fill color. |
| SetAutomaticColor Method (Box Object) | Sets or unsets the color of a box object as the automatic color for boxes. |
| SetAutomaticFillColor Method (Box Object) | Sets or unsets the fill color of a box object as the automatic fill color for boxes. |
| SetLocation Method (Box Object) | Specifies the box location using two points (X1,Y1) and (X2,Y2). |
| SetObjectColor Method (Box Object) | Sets the color in which the box is drawn. |
| SetObjectFillColor Method (Box Object) | Sets the fill color for the box. |
| Application Property (Box Object) | Returns the Application Object. |
| FillStyle Property (Box Object) | Returns or sets the fill style in which the box is drawn. |
| LineStyle Property (Box Object) | Returns or sets the line style in which the box is drawn. |
| Parent Property (Box Object) | Returns the parent Block Object for the box. |
| Selected Property (Box Object) | Sets the selection status for the box. |
| Type Property (Box Object) | Returns the type for the box. |