C-DEngine 5.105

nmiPlatBag..::..ReadWrite Property

Do allow input to the Control

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

Syntax


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