RootToolsCollection Class Methods
For a list of all members of this type, see RootToolsCollection members.
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. |
See Also