Click or drag to resize

Control.Deactivate Method

X#
Provide a method that is invoked when the control has focus and a window is deactivated.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Deactivate(
	oEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oEvent (Optional)
Type: Usual
An empty event required to maintain the protocol that all event handlers have exactly one event as their argument.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
This event handler is normally invoked when another application, window or control becomes activated.
See Also