ListControl Constructors

Definition

Overloads

ListControl()

Initiate an instance of ListControl

ListControl(IEnumerable<ListControlEntry>)

Public constructor for ListControl

ListControl()

Initiate an instance of ListControl

public:
 ListControl();
public:
 ListControl();
 ListControl();
public ListControl ();
Public Sub New ()

Applies to

ListControl(IEnumerable<ListControlEntry>)

Public constructor for ListControl

public:
 ListControl(System::Collections::Generic::IEnumerable<System::Management::Automation::ListControlEntry ^> ^ entries);
public ListControl (System.Collections.Generic.IEnumerable<System.Management.Automation.ListControlEntry> entries);
new System.Management.Automation.ListControl : seq<System.Management.Automation.ListControlEntry> -> System.Management.Automation.ListControl
Public Sub New (entries As IEnumerable(Of ListControlEntry))

Parameters

Applies to