C-DEngine 5.105

TheNMILiveTag..::..Flags Property

Flags for the value field control

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

Syntax


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