Message address format that will be used in the address entry box.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: UserAddressFormat

See Also