You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

SelectableCollection<T> Members

The SelectableCollection<<'T>> type exposes the following members.

Constructors

Name Description
Public method SelectableCollection<<'T>>

Methods

Name Description
Public method Add (Inherited from Collection<T>.)
Public method AddRange (Inherited from Collection<<'T>>.)
Public method Clear (Inherited from Collection<T>.)
Protected method ClearItems (Overrides Collection<T>.ClearItems()().)
Public method Contains (Inherited from Collection<T>.)
Public method CopyTo (Inherited from Collection<T>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<T>.)
Public method Insert (Inherited from Collection<T>.)
Protected method InsertItem (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Move (Overrides Collection<T>.Move(Int32, Int32).)
Protected method OnCollectionCleared (Inherited from Collection<<'T>>.)
Protected method OnItemAdded (Inherited from Collection<<'T>>.)
Protected method OnItemMoved (Inherited from Collection<<'T>>.)
Protected method OnItemRemoved (Inherited from Collection<<'T>>.)
Protected method OnSelectedIndexChanged
Public method Remove (Inherited from Collection<T>.)
Public method RemoveAt (Inherited from Collection<T>.)
Protected method RemoveItem (Overrides Collection<T>.RemoveItem(Int32).)
Protected method SetItem (Inherited from Collection<<'T>>.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Count (Inherited from Collection<T>.)
Public property Item

Gets or sets the item at the specified index.

(Inherited from Collection<<'T>>.)
Protected property Items (Inherited from Collection<T>.)
Public property SelectedIndex
Public property SelectedItem

Events

Name Description
Public event CollectionCleared (Inherited from Collection<<'T>>.)
Public event ItemAdded (Inherited from Collection<<'T>>.)
Public event ItemMoved (Inherited from Collection<<'T>>.)
Public event ItemRemoved (Inherited from Collection<<'T>>.)
Public event SelectedIndexChanged

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private method IList..Add (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList..Contains (Inherited from Collection<T>.)
Explicit interface implemetation Private method ICollection..CopyTo (Inherited from Collection<T>.)
Explicit interface implemetation Private method IEnumerable..GetEnumerator (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList..IndexOf (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList..Insert (Inherited from Collection<T>.)
Explicit interface implemetation Private property IList..IsFixedSize (Inherited from Collection<T>.)
Explicit interface implemetation Private property ICollection<<'T>>..IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetation Private property IList..IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetation Private property ICollection..IsSynchronized (Inherited from Collection<T>.)
Explicit interface implemetation Private property IList..Item (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList..Remove (Inherited from Collection<T>.)
Explicit interface implemetation Private property ICollection..SyncRoot (Inherited from Collection<T>.)

See Also

Reference