ListControlEntry Class

Definition

Defines one entry in a list control.

public ref class ListControlEntry sealed
public sealed class ListControlEntry
type ListControlEntry = class
Public NotInheritable Class ListControlEntry
Inheritance
ListControlEntry

Constructors

ListControlEntry()

Initiate an instance of ListControlEntry

ListControlEntry(IEnumerable<ListControlEntryItem>)

Public constructor for ListControlEntry

ListControlEntry(IEnumerable<ListControlEntryItem>, IEnumerable<String>)

Public constructor for ListControlEntry

Properties

EntrySelectedBy

List of typenames and/or a script block which select this entry.

Items

List of items in the entry

SelectedBy

List of typenames which select this entry, deprecated, use EntrySelectedBy

Applies to