MainForm..::..UserCancelled Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.JiwaSearchUI
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public bool UserCancelled { get; set; }
Public Property UserCancelled As Boolean
	Get
	Set
public:
property bool^ UserCancelled {
	bool^ get ();
	void set (bool^ value);
}