frmStockTakeDetails..::..ReadOnly Property

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

Syntax


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