BBjTabCtrl::setTabPlacement
Description
Sets the placement of the tabs in the BBjTabCtrl.
Syntax
Return Value |
Method |
void |
setTabPlacement(int place) |
Parameters
Variable |
Description |
place |
Specifies the placement of the tabs. Use one of the following constants: TOP BOTTOM RIGHT LEFT |
Return Value
None.
Remarks
This can only be used if multi-line is set to true.
By default, the tab placement is TOP.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.