C-DEngine 5.105

TheDashboardInfo..::..FldOrder Property

Sets the Order of the Icon in the Dashboard this DashBoardInfo is part of

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

Syntax


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