BCGSoft.ControlBars Namespace : ToolbarButtonCollection Class |
The following tables list the members exposed by ToolbarButtonCollection.
Name | Description | |
---|---|---|
![]() | ToolbarButtonCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) |
![]() | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | DisableEvents | Indicates a value if such events as OnCollectionChanged or OnItemPropertyChanged are disabled. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | DisposeElementsOnClear | Specifies if all elements from the CollectionWithEvent should be disposed after its clearing. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | ForceEvents | Indicates a value if such events as OnCollectionChanged or OnItemPropertyChanged are always enabled even the value of the property DisposeElementsOnClear is true. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | IsFixedSize | Gets a value indicating whether the CollectionWithEvents object has a fixed size. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | IsReadOnly | Gets a value indicating whether the CollectionWithEvents is read-only. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | IsSynchronized | Gets a value indicating whether the access to the CollectionWithEvents is synchronized (thread safe). (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | Item | |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the CollectionWithEvents. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | Unique | Gets or sets a value that indicates whether the items in CollectionWithEvent object must be unique. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
Name | Description | |
---|---|---|
![]() | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Overridden. Adds the specified ToolbarButton to the collection. if the button to add has a type of CustomizeButton it will be added at the end of the collection. |
![]() | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Returns a Boolean value indicating whether a CollectionWithEvents object contains a specified element. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | Dispose | Overloaded. Releases all resources used by the ToolBarButtonCollection. |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Determines the index of a specific button in the collection. |
![]() | Insert | Overridden. Inserts a button to the ToolbarButtonCollection at the specified index. |
![]() | OnInsertComplete | Overridden. Performs additional work after any button was added to the collection by method insert or add. It sets the parent command bar and parent button for inserted button. |
![]() | OnRemoveComplete | Overridden. |
![]() | Remove | Removes the first occurrance of the specific object from the CollectionWithEvents object. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | OnClearComplete | (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | OnCollectionChanged | (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | OnInsert | (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | OnItemPropertyChanged | (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | OnSetComplete | (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | OnValidate | Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase) |
![]() | raise_CollectionChanged | (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | raise_ItemPropertyChanged | (Inherited from BCGSoft.Shared.CollectionWithEvents) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs when the collection has changed. (Inherited from BCGSoft.Shared.CollectionWithEvents) |
![]() | ItemPropertyChanged | Occurs when a property was changed for any item from the collection. (Inherited from BCGSoft.Shared.CollectionWithEvents) |