ListControlItem Class

An item in a ListControl.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public class ListControlItem : TextValueItem<Object>
Inheritance
Object    TextValueItemObject    ListControlItem

Constructors

ListControlItem(Object)Initializes a new instance of the ListControlItem class.
ListControlItem(String, Object)Initializes a new instance of the ListControlItem class.

Properties

TextGets or sets the text.
(Inherited from TextValueItemT)
ValueGets or sets the value.
(Inherited from TextValueItemT)

Methods

CompareToCompares the current object with another object of the same type.
(Inherited from TextValueItemT)
Equals(Object)Determines whether the specified Object is equal to this instance.
(Inherited from TextValueItemT)
Equals(TextValueItemT)Indicates whether the current object is equal to another object of the same type.
(Inherited from TextValueItemT)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeReturns a hash code for this instance.
(Inherited from TextValueItemT)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a String that represents this instance.
(Inherited from TextValueItemT)

See Also