Version

DesktopAlertButtonsModifiableCollectionBase Class Members

The following tables list the members exposed by DesktopAlertButtonsModifiableCollectionBase.

Protected Fields
 NameDescription
Protected FieldcapacityThe initial capacity for the collection. (Inherited from Infragistics.Win.Misc.DesktopAlertButtonsCollectionBase)
Protected FieldcollectionVersionThe version number which tracks whether the collection requires updating. (Inherited from Infragistics.Win.Misc.DesktopAlertButtonsCollectionBase)
Protected FieldisMainCollectionSpecifies whether this instance represents the UltraDesktopAlert.AlertButtons collection. (Inherited from Infragistics.Win.Misc.DesktopAlertButtonsCollectionBase)
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAll (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyAllowDuplicateKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyAllowEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyCount (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyDesktopAlertReturns the UltraDesktopAlert component associated with this instance, or null if this instance is not currently associated with an UltraDesktopAlert component. (Inherited from Infragistics.Win.Misc.DesktopAlertButtonsCollectionBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsFixedSizeReturns whether the size of this DesktopAlertButtonsCollectionBase is fixed. (Inherited from Infragistics.Win.Misc.DesktopAlertButtonsCollectionBase)
Public PropertyIsReadOnlyOverridden. Returns whether this collection is read-only; i.e., whether its contents can be modified.  
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItemOverloaded. Returns the UltraDesktopAlertButton instance with the specified key. (Inherited from Infragistics.Win.Misc.DesktopAlertButtonsCollectionBase)
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyAllowMultipleEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyCacheKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyInitialCapacitySpecifies the initial capacity of the collection (Inherited from Infragistics.Win.Misc.DesktopAlertButtonsCollectionBase)
Protected PropertyInternStrings (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyList (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodAddAdds the specified UltraDesktopAlertButton instance to this collection.  
Public MethodAddRangeAdds an array of UltraDesktopAlertButton instances to this DesktopAlertButtonsModifiableCollectionBase.  
Public MethodClearRemoves all UltraDesktopAlertButton instances from this collection.  
Public MethodContainsOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodCopyToOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
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 MethodExists (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodGetEnumeratorIEnumerable Interface Implementation. Returns a type safe enumerator. (Inherited from Infragistics.Win.Misc.DesktopAlertButtonsCollectionBase)
Public MethodGetItemOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIndexOfOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInsertInserts the specified UltraDesktopAlertButton instance to this collection at the specified index.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRemoveRemoves the specified UltraDesktopAlertButton instance from this collection.  
Public MethodRemoveAtRemoves the UltraDesktopAlertButton instance at the specified ordinal position from this collection.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodTryGetItem (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateArray (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInternalAddOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalClear (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalInsertOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalRemoveAt (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnCollectionModifiedCalled when the contents of the collection has changed. The default implementation increments the version number.  
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnListChanged (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also