| CorrectableMessageList Properties | 
The CorrectableMessageList type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowEdit | Gets or sets a value indicating whether items in the list can be edited.  (Inherited from BindingList<CorrectableMessage>.) | |
| AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew()  method.  (Inherited from BindingList<CorrectableMessage>.) | |
| AllowRemove | Gets or sets a value indicating whether you can remove items from the collection.   (Inherited from BindingList<CorrectableMessage>.) | |
| Count | Gets the number of elements actually contained in the Collection<T>.  (Inherited from Collection<CorrectableMessage>.) | |
| IsSortedCore | Gets a value indicating whether the list is sorted.   (Inherited from BindingList<CorrectableMessage>.) | |
| Item | Gets or sets the element at the specified index.  (Inherited from Collection<CorrectableMessage>.) | |
| Items | Gets a IList< T>  wrapper around the Collection<T>.  (Inherited from Collection<CorrectableMessage>.) | |
| RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.  (Inherited from BindingList<CorrectableMessage>.) | |
| SortDirectionCore | Gets the direction the list is sorted.  (Inherited from BindingList<CorrectableMessage>.) | |
| SortPropertyCore | Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.   (Inherited from BindingList<CorrectableMessage>.) | |
| SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled.  (Inherited from BindingList<CorrectableMessage>.) | |
| SupportsSearchingCore | Gets a value indicating whether the list supports searching.  (Inherited from BindingList<CorrectableMessage>.) | |
| SupportsSortingCore | Gets a value indicating whether the list supports sorting.  (Inherited from BindingList<CorrectableMessage>.) | 
| Name | Description | |
|---|---|---|
| IBindingList.AllowEdit | Gets a value indicating whether items in the list can be edited.  (Inherited from BindingList<CorrectableMessage>.) | |
| IBindingList.AllowNew | Gets a value indicating whether new items can be added to the list using the AddNew()  method.  (Inherited from BindingList<CorrectableMessage>.) | |
| IBindingList.AllowRemove | Gets a value indicating whether items can be removed from the list.  (Inherited from BindingList<CorrectableMessage>.) | |
| IList.IsFixedSize | Gets a value indicating whether the IList has a fixed size.  (Inherited from Collection<CorrectableMessage>.) | |
| ICollection<T>.IsReadOnly | Gets a value indicating whether the ICollection< T>  is read-only.  (Inherited from Collection<CorrectableMessage>.) | |
| IList.IsReadOnly | Gets a value indicating whether the IList is read-only.  (Inherited from Collection<CorrectableMessage>.) | |
| IBindingList.IsSorted | For a description of this member, see IsSorted.  (Inherited from BindingList<CorrectableMessage>.) | |
| ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe).  (Inherited from Collection<CorrectableMessage>.) | |
| IList.Item | Gets or sets the element at the specified index.  (Inherited from Collection<CorrectableMessage>.) | |
| IRaiseItemChangedEvents.RaisesItemChangedEvents | Gets a value indicating whether item property value changes raise ListChanged events of type ItemChanged. This member cannot be overridden in a derived class.  (Inherited from BindingList<CorrectableMessage>.) | |
| IBindingList.SortDirection | For a description of this member, see SortDirection.  (Inherited from BindingList<CorrectableMessage>.) | |
| IBindingList.SortProperty | For a description of this member, see SortProperty.  (Inherited from BindingList<CorrectableMessage>.) | |
| IBindingList.SupportsChangeNotification | For a description of this member, see SupportsChangeNotification.  (Inherited from BindingList<CorrectableMessage>.) | |
| IBindingList.SupportsSearching | For a description of this member, see SupportsSearching.  (Inherited from BindingList<CorrectableMessage>.) | |
| IBindingList.SupportsSorting | For a description of this member, see SupportsSorting.  (Inherited from BindingList<CorrectableMessage>.) | |
| ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection.  (Inherited from Collection<CorrectableMessage>.) |