C-DEngine 5.105

nmiPlatBag..::..ReadOnly Property

Do not allow input to the Control

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

Syntax


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