C-DEngine 5.105

TheNMIBaseControl..::..ContainerClassName Property

Sets the class for the container of the TileEntry

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

Syntax


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