LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies the interface of the context of an XPropertyControl. More...
import"XPropertyControlContext.idl";
Public Member Functions | |
void | activateNextControl ([in] XPropertyControl CurrentControl) |
instructs the XPropertyControlContext to active the next control More... | |
Public Member Functions inherited from XPropertyControlObserver | |
void | focusGained ([in] XPropertyControl Control) |
notifies the observer that a certain XPropertyControl's UI representation gained the focus. More... | |
void | valueChanged ([in] XPropertyControl Control) |
notifies the observer that a certain XPropertyControl's value changed. More... | |
specifies the interface of the context of an XPropertyControl.
void activateNextControl | ( | [in] XPropertyControl | CurrentControl | ) |
instructs the XPropertyControlContext to active the next control
CurrentControl | denotes the control which initiated the request. |