BBjMDI::setForwardMenuAccelerators
Description
In BBj 6.0 and higher, this method configures whether keystrokes are forwarded by the window argument to the BBjMDI parent window for menu accelerator consideration.
Syntax
Return Value |
Method |
---|---|
void |
setForwardMenuAccelerators(BBjTopLevelWindowwindow, boolean forwardKeys) |
Parameters
Variable |
Description |
---|---|
window |
The window on which to configure the forwarding behavior. |
forwardKeys |
Specifies whether the window argument should forward its keystrokes for consideration as menu accelerators on the MDI Parent window. 0 = Do not forward keys. 1 = Forward keys for menu accelerator consideration |
Return Value
None.
Remarks
The value of BBjMDI::getDefaultForwardMenuAccelerators() at the creation time the window argument determines the initial value of this property.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.