Infragistics(R) NetAdvantage(R) Windows Forms
DesktopAlertButtonsCollectionBase Class Members
See Also  Fields  Properties  Methods  Events E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : DesktopAlertButtonsCollectionBase Class


The following tables list the members exposed by DesktopAlertButtonsCollectionBase.

Protected Fields

 NameDescription
protected FieldcapacityThe initial capacity for the collection.  
protected FieldcollectionVersionThe version number which tracks whether the collection requires updating.  
protected FieldisMainCollectionSpecifies whether this instance represents the UltraDesktopAlert.AlertButtons collection.  
protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Properties

 NameDescription
public PropertyAll (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
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.  
public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
public PropertyIsFixedSizeReturns whether the size of this DesktopAlertButtonsCollectionBase is fixed.  
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.  
public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Top

Protected Properties

 NameDescription
protected PropertyAllowMultipleEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected PropertyCacheKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected PropertyInitialCapacityOverridden.  Specifies the initial capacity of the collection  
protected PropertyInternStrings (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
protected PropertyList (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Methods

 NameDescription
public MethodContainsOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public MethodCopyToOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public MethodCreateObjRef Creates 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 MethodGetEnumerator IEnumerable Interface Implementation. Returns a type safe enumerator.  
public MethodGetItemOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
public MethodGetLifetimeService Retrieves 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 MethodInitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
protected MethodCreateArray (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
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 MethodOnDispose (Inherited from Infragistics.Shared.DisposableObject)
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)
Top

Public Events

 NameDescription
public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Top

See Also