Infragistics2.Win.UltraWinTree.v8.1
ImagesCollection Class Members
See Also  Fields  Properties  Methods  Events
Infragistics.Win.UltraWinTree Namespace : ImagesCollection Class


The following tables list the members exposed by ImagesCollection.

Protected Constructors

 NameDescription
Protected ConstructorImagesCollection Constructor Constructor used during deserialization to initialize a new ImagesCollection object with the serialized property values.  
Top

Protected Fields

 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsFixedSize Returns false  
Public PropertyIsReadOnlyOverridden.  Returns true if this collection is read only.  
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItem Returns the image instance at the specified ordinal position in the collection.  
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Top

Protected Properties

 NameDescription
Protected PropertyInitialCapacityOverridden.  Abstract property that specifies the initial capacity of the collection  
Protected PropertyList (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Methods

 NameDescription
Public MethodAdd Add the image to the collection.  
Public MethodClear Clears the collection  
Public MethodContains (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodCopyTo (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetEnumerator IEnumerable Interface Implementation  
Public MethodGetItem (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIndexOf (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRemove Removes a image from the collection  
Public MethodRemoveAt Removes the image from the collection  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringOverridden.  Returns an empty string  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInternalAdd Appends the object to the collection  
Protected MethodInternalClear Clears the collection  
Protected MethodInternalInsert Appends the object to the collection  
Protected MethodInternalRemove Removes an item from the collection  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden.  Called when another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Events

See Also