RanorexNetRanorexNet Documentation
BackgroundImage Property
NamespacesRanorexControlBackgroundImage
Gets or sets the background image displayed in the control.
Declaration Syntax
C#Visual BasicVisual C++
public Image BackgroundImage { get; set; }
Public Property BackgroundImage As Image
public:
property Image^ BackgroundImage {
	Image^ get ();
	void set (Image^ value);
}
Remarks
Supported only in RanorexPro and .NET 2.0.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when the property is not available.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524