Get or set left reorder down image hover url

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

Syntax

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

Property Value

Type: String

See Also