RoundRectangle control
A RoundRectangle is a filled or outlined rectangular
drawing object with rounded corners that you typically use for design
purposes (for example, you can put a CommandButton or a picture
in a RoundRectangle). When you use a RoundRectangle to group controls,
the grouping does not affect the behavior of the controls in the
RoundRectangle.
Properties
RoundRectangle property |
Datatype |
Description |
---|---|---|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Integer |
Specifies the radius of the vertical |
|
Integer |
Specifies the radius of the horizontal |
|
Long |
Specifies the numeric value of the color |
|
FillPattern (enumerated) |
Specifies the hatch pattern used to fill
FDiagonal! is lines going from the lower-left to the upper-right. BDiagonal! |
|
Integer |
Specifies the height of the control, |
|
Long |
Specifies the numeric value of the line |
|
LineStyle (enumerated) |
Specifies the style of the line used
|
|
LineThickness |
Integer |
Specifies the thickness of the line used |
String |
Specifies the tag value assigned to the |
|
Boolean |
Specifies whether the control is visible.
|
|
Integer |
Specifies the width of the control, in |
|
Integer |
Specifies the X position (the distance |
|
Integer |
Specifies the Y position (the distance |
Events
RoundRectangle event |
Occurs |
---|---|
Immediately before the Open event occurs |
|
Immediately after the Close event occurs |
Functions
RoundRectangle function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the control. |
|
Integer |
Creates a reference to a context-specific |
|
PowerObject |
Returns a reference to the name of the |
|
Integer |
Makes the control invisible. |
|
Integer |
Moves the control to a specified location. |
|
Integer |
Changes the size of the control. |
|
Integer |
Makes the control visible. |
|
Object |
Returns the type of the control. |