:: com :: sun :: star :: form :: runtime ::

unpublished interface XFormControllerContext
Usage Restrictions
not published
Description
provides a context for a FormController

A FormController knows about the controls it is responsible for, and about the control container which those controls live in. However, it doesn't know about a possible larger context, like a scrollable view which the controls are embedded into. To compensate this, it can be provided a XFormControllerContext.


Methods' Summary
makeVisible ensures the given control is visible, by scrolling the view if necessary.  
Methods' Details
makeVisible
void
makeVisible( [in] ::com::sun::star::awt::XControl  _Control );

Description
ensures the given control is visible, by scrolling the view if necessary.
Top of Page