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

interface 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