MainForm..::..MyProgressForm Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtorStatementsUI
Assembly:  JiwaDebtorStatementsUI (in JiwaDebtorStatementsUI.dll)

Syntax


public Progress MyProgressForm { get; set; }
Public Property MyProgressForm As Progress
	Get
	Set
public:
property Progress^ MyProgressForm {
	Progress^ get ();
	void set (Progress^ value);
}