Messenger Plus! Live - Scripting Documentation

The PlusWnd::WindowId property returns the unique identifier of the window.

Syntax

This is a read-only property.
[string] WindowId;

Data Type

A string containing the identifier of the window. This is the identifier that was used to create the window in MsgPlus::CreateWnd or MsgPlus::CreateChildWnd.

This property typically fails for the following reason:

Remarks

None.

Property Information

Object PlusWnd
Availability Messenger Plus! Live 4.00

See Also

PlusWnd Object, MsgPlus::CreateWnd, MsgPlus::CreateChildWnd.