RanorexNetRanorexNet Documentation
ImageList Property
NamespacesRanorexButtonImageList
Gets or sets the ImageList that contains the Image displayed on a button control.
Declaration Syntax
C#Visual BasicVisual C++
public ImageList ImageList { get; set; }
Public Property ImageList As ImageList
public:
property ImageList^ ImageList {
	ImageList^ get ();
	void set (ImageList^ 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