NameCtrl.HideOOUI Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Hides the object UI.

expression.HideOOUI()

Parameters

expression

An expression that returns a NameCtrl Control object.

Remarks

Typically this method is used on the onmouseout event. Because the ActiveX control tracks the person for whom to display presence information, this method hides the on-object UI for the last person whose presence information was displayed. If this method is called before the NameCtrl.ShowOOUI Method method is called, nothing happens.