BBjMDI::getDefaultForwardMenuAccelerators
Description
In BBj 6.0 and higher, this method returns the default value of BBjMDI::getForwardMenuAccelerators() for newly created windows.
Syntax
Return Value |
Method |
---|---|
boolean |
getDefaultForwardMenuAccelerators() |
Parameters
None.
Return Value
Returns the default behavior of BBjMDI::getForwardMenuAccelerators() for newly created windows.
0 = Newly created windows will not forward keystrokes to the MDI parent for menu accelerator consideration.
1 = Newly created windows will forward keystrokes to the MDI parent for menu accelerator.
Remarks
The default return value is zero. Setting this property on the MDI window will not affect existing windows, only windows created after the call to this property.
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.