BBjMDI::setDefaultForwardMenuAccelerators
Description
In BBj 6.0 and higher, this method returns the initial value returned by BBjMDI::getForwardMenuAccelerators().
Syntax
Return Value |
Method |
---|---|
void |
setDefaultForwardMenuAccelerators(boolean forwardKeys) |
Parameters
Variable |
Description |
---|---|
forwardKeys |
Specifies whether subsequently created windows should forward their 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 default value for this property is zero. Setting this property on the MDI window will not affect existing windows, only windows created after the call to this method.
This method may only be called from the parent MDI BBj session.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.