ListControlEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>, IEnumerable<String>) |
Public constructor for ListControlEntry |
ListControlEntry(IEnumerable<ListControlEntryItem>) |
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 |