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 | |
|  Public Member Functions inherited from XPropertyControlObserver | |
| void | focusGained ([in] XPropertyControl Control) | 
| notifies the observer that a certain XPropertyControl's UI representation gained the focus. | |
| void | valueChanged ([in] XPropertyControl Control) | 
| notifies the observer that a certain XPropertyControl's value changed. | |
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. |