C-DEngine 5.105

TheFormInfo..::..IsReadOnly Property

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

Syntax


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