[This is preliminary documentation and is subject to change.]

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class StepsIEnumerable : IEnumerable<Control>
Visual Basic
Public Class StepsIEnumerable _
	Implements IEnumerable(Of Control)
Visual C++
public ref class StepsIEnumerable : IEnumerable<Control^>
F#
type StepsIEnumerable =  
    class
        interface IEnumerable<Control>
    end
JScript
public class StepsIEnumerable implements IEnumerable<Control>

Inheritance Hierarchy

System..::..Object
  Tools.WindowsT.FormsT..::..Wizard..::..StepsIEnumerable

See Also