BBjGridHeader::setDefaultAlignment
Description
In BBj 5.0 and higher, sets the default alignment of this BBjGridHeader.
Syntax
Return Value |
Method |
void |
setDefaultAlignment(int align) |
Parameters
Variable |
Description |
align |
Specifies the alignment of the cell (align value constants). GRID_ALIGN_LEFT GRID_ALIGN_RIGHT GRID_ALIGN_CENTER |
Return Value
None.
Remarks
By default, the alignment is GRID_ALIGN_CENTER.
Example
|
See Also
BBjAPI
BBjSysGui
BBjControl
BBjWindow
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.