C-DEngine 5.105

nmiCtrlSingleCheck..::..CheckImage Property

sets an image instead of the standard checkicon

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

Syntax


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