BBjGrid::setDefaultAlignment
Description
Sets the default alignment for all of the cells in the BBjGrid.
Syntax
Return Value | Method |
---|---|
void |
setDefaultAlignment(int align) |
Parameters
Variable |
Description |
---|---|
align |
Specifies the alignment from one of the following listed below: Align value constants: GRID_ALIGN_LEFT GRID_ALIGN_RIGHT GRID_ALIGN_CENTER |
Return Value
None.
Remarks
The default grid alignment is centered.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.