BBjMDI::getForwardMenuAccelerators
Description
In BBj 6.0 and higher, this method returns a value describing whether the window argument will forward keystrokes to the BBjMDI parent for consideration as menu accelerators.
Syntax
Return Value |
Method |
---|---|
boolean |
getForwardMenuAccelerators(BBjTopLevelWindowwindow) |
Parameters
Variable |
Description |
---|---|
window |
The method will return the value of the property for the given window. |
Return Value
Returns a value describing whether the window will forward keystrokes to the MDI parent window.
0 = The window argument will not forward keystrokes to the MDI parent for menu accelerator consideration.
1 = The window argument will forward keystrokes to the MDI parent for menu accelerator consideration.
Remarks
The default return value is the value of BBjMDI::getDefaultForwardMenuAccelerators() at the creation time the window argument.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.