Sets the current image to a resource stored in the currently executing assembly. The string is the resource name that is used to identify the image in the resource manifest.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

C#
public string ImageResx { get; set; }
Visual Basic (Declaration)
Public Property ImageResx As String
Visual C++
public:
property String^ ImageResx {
	String^ get ();
	void set (String^ value);
}

See Also