C-DEngine 5.105

nmiCtrlSmartLabel..::..IsReadOnly Property

Even if the smart label can be converted to a control. if this is set to true, the label is read only

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

Syntax


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