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 part of the |
|
|
Integer |
Specifies the radius of the horizontal part of the |
|
|
Long |
Specifies the numeric value of the color used to |
|
|
FillPattern (enumerated) |
Specifies the hatch pattern used to fill the BDiagonal! Diamond! FDiagonal! Horizontal! Solid! Square! Vertical! FDiagonal! |
|
|
Integer |
Specifies the height of the control, in |
|
|
Long |
Specifies the numeric value of the line color: -2 |
|
|
LineStyle (enumerated) |
Specifies the style of the line used to draw the Continuous! Dash! DashDot! DashDotDot! Dot! Transparent! |
|
|
LineThickness |
Integer |
Specifies the thickness of the line used to draw |
|
String |
Specifies the tag value assigned to the |
|
|
Boolean |
Specifies whether the control is visible. Values TRUE — Control is visible. FALSE |
|
|
Integer |
Specifies the width of the control, in PowerBuilder |
|
|
Integer |
Specifies the X position (the distance from the |
|
|
Integer |
Specifies the Y position (the distance from the top |
Events
|
RoundRectangle event |
Occurs |
|---|---|
|
Immediately before the Open event occurs in the |
|
|
Immediately after the Close event occurs in the |
Functions
|
RoundRectangle function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Integer |
Makes the control invisible. |
|
|
Integer |
Moves the control to a specified |
|
|
Integer |
Changes the size of the control. |
|
|
Integer |
Makes the control visible. |
|
|
Object |
Returns the type of the control. |