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

interface XPropertyControlContext
Base Interfaces
XPropertyControlContextXPropertyControlObserver

XPropertyControlObserver
(referenced interface's summary:)
specifies an interface for components to observer certain aspects of an XPropertyControl.
Description
specifies the interface of the context of an XPropertyControl.
Since
OOo 2.0.3
See also
XPropertyControl::ControlContext

Methods' Summary
activateNextControl instructs the XPropertyControlContext to active the next control  
Methods' Details
activateNextControl
[oneway] 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