The following tables list the members exposed by ToolsCollection.
Name | Description | |
---|---|---|
ToolsCollection Constructor | Constructor used for deserialization. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
All | The collection as an array of objects (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
AllowDuplicateKeys | Returns true if the collection allows 2 or more items to have the same key value. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
AllowEmptyKeys | Returns true if the collection allows items to be added that do not have key values. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
Count | Returns the number of items in the collection (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
IsReadOnly | Returns whether the collection is read only. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
IsSynchronized | (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) | |
Item | Overloaded. Integer indexer (index) (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
Owner | Returns the object that owns the ToolsCollectionBase. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
SyncRoot | (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToolbarsManager | Returns the UltraToolbarsManager that owns the ToolsCollectionBase. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) |
Name | Description | |
---|---|---|
AllowMultipleEmptyKeys | (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
CacheKeys | (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
InitialCapacity | Abstract property that specifies the initial capacity of the collection (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
InternStrings | (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
List | (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
AddTool | Overloaded. Adds a clone of the root ToolBase from UltraToolbarsManager's UltraToolbarsManager.Tools collection. | |
AddToolRange | Adds an array of cloned root ToolBase from UltraToolbarsManager's UltraToolbarsManager.Tools collection. | |
Clear | Overridden. Clears the collection | |
Contains | Overloaded. (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
CopyTo | Overloaded. (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
CreateObjRef | 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) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
Exists | Returns 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) | |
GetEnumerator | Returns the type-safe enumerator for iterating through the ToolBase objects in the collection. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
GetItem | Overloaded. Returns the object with the passed in key (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IndexOf | Overloaded. 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) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InsertTool | Overloaded. Inserts a clone of the root ToolBase from UltraToolbarsManager's UltraToolbarsManager.Tools collection. | |
InsertToolRange | Inserts an array of cloned root ToolBases from UltraToolbarsManager's UltraToolbarsManager.Tools collection. | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Remove | Overridden. Removes a ToolBase from the ToolsCollectionBase | |
RemoveAt | Overridden. Remove a ToolBase from the ToolsCollectionBase via index | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToString | Returns an empty string so nothing shows up on the right side of the property grid. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
TryGetItem | (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
CreateArray | Virtual method used by the All 'get' method to create the array it returns. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
DisposeCollectionItems | (Inherited from Infragistics.Shared.DisposableObjectCollectionBase) | |
GetObjectData | Populates the specified System.Runtime.Serialization.SerializationInfo with the data from the object. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
InternalAdd | Overloaded. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
InternalClear | (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
InternalInsert | Overloaded. (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
InternalRemove | Overloaded. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
InternalRemoveAt | (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Called when this object is disposed of (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
OnListChanged | (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnSubObjectPropChanged | Called when a property has changed on a sub object. (Inherited from Infragistics.Win.UltraWinToolbars.ToolsCollectionBase) | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |