:: com :: sun :: star :: inspection ::

interface XPropertyControlContext
Base Interfaces
XPropertyControlContextXPropertyControlObserver

XPropertyControlObserver

Methods' Summary
activateNextControl instructs the XPropertyControlContext to active the next control  
Methods' Details
activateNextControl
void
activateNextControl( [in] XPropertyControl  CurrentControl );

Description
instructs the XPropertyControlContext to active the next control
Parameter CurrentControl
denotes the control which initiated the request.
Top of Page