BBjListEdit::setOpenWidth
Description
In BBj 16.00 and higher, this method sets the opened width of a BBjListEdit control.
Syntax
Return Value | Method |
---|---|
void | setOpenWidth(int width) |
Parameters
Parameter | Description |
---|---|
width | Specifies the width of the opened list, if different from the overall width. |
Return Value
None.
Remarks
In BBj 20.00 and higher, setting the LEGACY_LIST_OPEN_WIDTH STBL("!COMPAT") option to TRUE will default the open (dropdown) width of BBjListButton and BBjListEdit controls to the control width, truncating any list items that exceed the width of the control. This is equivalent to directly invoking the BBjListButton::setOpenWidth or BBjListEdit::setOpenWidth method.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.