C-DEngine 5.105

TheNMIBaseControl..::..GreyCondition Property

a function if returning true will gray out the control

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

Syntax


public string GreyCondition { get; set; }
Public Property GreyCondition As String
	Get
	Set
public:
property String^ GreyCondition {
	String^ get ();
	void set (String^ value);
}