Version

MergedToolsCollection Class Members

The following tables list the members exposed by MergedToolsCollection.

Protected Constructors
 NameDescription
Protected ConstructorMergedToolsCollection ConstructorConstructor used for deserialization.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllThe collection as an array of objects (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public PropertyAllowDuplicateKeysReturns true if the collection allows 2 or more items to have the same key value. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public PropertyAllowEmptyKeysReturns true if the collection allows items to be added that do not have key values. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public PropertyCountReturns the number of items in the collection (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsReadOnlyReturns whether the collection is read only. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItemOverloaded. Integer indexer (index)  
Public PropertyOwnerReturns the object that owns the ToolsCollectionBase. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolbarsManagerReturns the UltraToolbarsManager that owns the ToolsCollectionBase. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Protected Properties
 NameDescription
Protected PropertyAllowMultipleEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyCacheKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyInitialCapacityAbstract property that specifies the initial capacity of the collection (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
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 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 MethodExistsReturns true if an object with this key is already in the collection. Note, if key is null or a zero length string this method returns false (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public MethodGetEnumeratorReturns the type-safe enumerator for iterating through the ToolBase objects in the collection. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public MethodGetItemOverloaded. Returns the object with the passed in key (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIndexOfOverloaded. Returns the index of the item in the collection that has the passed in key or -1 if no item is found. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
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 MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns an empty string so nothing shows up on the right side of the property grid. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Public MethodTryGetItem (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateArrayVirtual method used by the All 'get' method to create the array it returns. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodGetObjectDataPopulates the specified System.Runtime.Serialization.SerializationInfo with the data from the object. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInternalAddOverloaded.  (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Protected MethodInternalClear (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalInsertOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Protected MethodInternalRemoveAt (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeCalled when this object is disposed of (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
Protected MethodOnListChanged (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedCalled when a property has changed on a sub object. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase)
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