When translating user controls and forms this is the collection of controls to be translated. If a control is to be translated the "Text" property is the property that will be translated.

Namespace: DataTableEx
Assembly: DataTableEx (in DataTableEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ArrayList Controls { get; set; }
Visual Basic
Public Property Controls As ArrayList
	Get
	Set
Visual C++
public:
property ArrayList^ Controls {
	ArrayList^ get ();
	void set (ArrayList^ value);
}

Field Value

System.Collections.ArrayList

Return Value

System.Collections.ArrayList

Remarks