IExtObjectContainer.

Deactivate(Object) Method

Summary

deactivates an object.

Syntax

void Deactivate(Object obj)

Remarks

deactivates an object. Only the passed object will be deactivated, i.e, no object referenced by this object will be deactivated.

Parameters

Name Type Description
obj Object the object to be deactivated.

Return Value

Type Description
void