C-DEngine 5.105

TheNMIBaseControl..::..NUITags Property

If one of the NUItags is recognized, the corresponding control will get a "OnNUITag" call and can then handed the tag. It can then decide what else to do with the command

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

Syntax


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