Width of the friends list popup window.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking.InMail
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Unit FriendListPopupWidth { get; set; }
Visual Basic
Public Property FriendListPopupWidth As Unit
	Get
	Set
Visual C++
public:
property Unit FriendListPopupWidth {
	Unit get ();
	void set (Unit value);
}
F#
member FriendListPopupWidth : Unit with get, set

Property Value

Type: Unit

See Also