C-DEngine 5.105

TheNMIBaseControl..::..ParentFld Property

Sets the parent of the control (uses FldOrder)

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

Syntax


public int ParentFld { get; set; }
Public Property ParentFld As Integer
	Get
	Set
public:
property int^ ParentFld {
	int^ get ();
	void set (int^ value);
}