NonOrderedForm..::..FormIsReadOnly Property

Namespace:  JiwaFinancials.Jiwa.JiwaLandedCostUI.Shipment
Assembly:  JiwaLandedCostUI (in JiwaLandedCostUI.dll)

Syntax


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