C-DEngine 5.105

TheFLDOR..::..NewFldOrder Property

New FldOrder for the control. If set to 0 no change will be applied. If set to -1 the Control will not be shown in the Form

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

Syntax


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