C-DEngine 5.105

nmiCtrlSingleCheck..::..AreYouSure Property

if this is set, a dialog box asking the the question set in this field. The user can select yes or no - only on yes will the checkbox will be changed

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

Syntax


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