C-DEngine 5.105

nmiCtrlCheckField..::..ImageList Property

A list of Images separated by ; for each checkbox of the list from right to left that will be applied to the background of the checkboxes

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string ImageList { get; set; }
Public Property ImageList As String
	Get
	Set
public:
property String^ ImageList {
	String^ get ();
	void set (String^ value);
}