:: com :: sun :: star :: frame ::

deprecated unpublished interface XInplaceLayout
Usage Restrictions
deprecated
not published
Description
special interface to support inplace editing of components inside OpenOffice.org.
Since
OOo 2.0

Methods' Summary
setInplaceMenuBar sets an inplace menu to the container window of the attached frame.  
resetInplaceMenuBar removes an inplace menu and sets back a previously created menu bar if one has been set before.  
Methods' Details
setInplaceMenuBar
void
setInplaceMenuBar( [in] hyper  InplaceMenuBarPointer );

Description
sets an inplace menu to the container window of the attached frame.
Parameter InplaceMenuBarPointer
must be a VCL menu bar pointer which is accessible within the layout manager process.
resetInplaceMenuBar
void
resetInplaceMenuBar();

Description
removes an inplace menu and sets back a previously created menu bar if one has been set before.
Top of Page