RootToolsCollection Class Members
The following tables list the members exposed by RootToolsCollection.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). | |
Item | Indexer to get the root tool with given Key from the RootToolsCollection as an ITool object. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Public Methods
Name | Description | |
---|---|---|
AddButtonTool | Overloaded. Create and add a new ButtonTool object to the RootToolsCollection. | |
AddComboBoxTool | Overloaded. Create and add a new ComboBoxTool object to the RootToolsCollection. | |
AddCommandBarMenuTool | Create and add a new CommandBarMenuTool object in the RootToolsCollection. | |
AddContainerTool | Overloaded. Create and add a new ContainerTool object to the RootToolsCollection. | |
AddFontListTool | Overloaded. Create and add a new FontListTool object in the RootToolsCollection. | |
AddLabelTool | Overloaded. Create and add a new LabelTool object to the RootToolsCollection. | |
AddListTool | Overloaded. Create and add a new ListTool object in the RootToolsCollection. | |
AddMdiWindowListTool | Create and add a new MdiWindowListTool object in the RootToolsCollection. | |
AddMenuTool | Overloaded. Create and add a new MenuTool object to the RootToolsCollection. | |
AddPopupColorPickerTool | Overloaded. Create and add a new PopupColorPickerTool object in the RootToolsCollection. | |
AddPopupContainerTool | Overloaded. Create and add a new PopupContainerTool object to the RootToolsCollection. | |
AddPopupGalleryTool | Overloaded. Create and add a new PopupGalleryTool object to the RootToolsCollection. | |
AddStateButtonTool | Overloaded. Create and add a new StateButtonTool object to the RootToolsCollection. | |
AddTaskPaneTool | Create and add a new TaskPaneTool object in the RootToolsCollection. | |
AddTextBoxTool | Overloaded. Create and add a new TextBoxTool object to the RootToolsCollection. | |
Clear | Remove all tools from the RootToolsCollection. | |
Contains | Determine if the tool with the specified Key exists in the RootToolsCollection. | |
CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. | |
GetEnumerator | Returns an enumerator that can iterate through the Collection. | |
Remove | Remove the tool with the specified Key from the RootToolsCollection. |
Public Events
Name | Description | |
---|---|---|
ToolAdded | Occurs after a tool has been added to the RootToolsCollection. | |
ToolRemoved | Occurs after a tool has been removed from the RootToolsCollection. |
See Also