ToolbarList Class

This is a Library topic for Hydra for .NET
This page is generated from external data, please do not update
Namespaces — Interfaces — Classes — Enums — Implements
Contents |
Overview
Represents the list of the Toolbar or MenuBar items. ToolbarList is used by the Toolbar (MenuBar) class to define the list of owners of the current Toolbar (MenuBar).
Location
- Assembly: RemObjects.Hydra.dll
- Namespace: RemObjects.Hydra.Actions
- Ancestry: System.ComponentModel.Component | ToolbarList
Properties
| Actions |
|---|
|
Gets or sets reference to the action list.
|
| Count |
|
Gets the number of the Toolbar elements in the list.
|
| Toolbars |
|
Returns reference to the item at the specified position.
|
Instance Methods
| constructor |
|---|
|
Creates a new instance of the class.
|
| Add |
|
Adds a specified Toolbar element to the list.
|
| Assign |
|
Assigns a specified ToolbarList object to the current ToolbarList.
|
| Clear |
|
Removes all the Toolbar elements from the list.
|
| GetToolbarAt |
|
Retrieves item at the specififed position.
|
| Insert |
|
Inserts the specified Toolbar element to the specified position.
|
| Remove |
|
Removes the specified Toolbar element from the list.
|
| RemoveAt |
|
Removes a Toolbar element in the specified position.
|
See Also
- Toolbar Class
- Lists
- Hydra for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- Hydra for Delphi: Interfaces — Classes — Enums — Aliases — Implements
Glossary — Architecture — Articles — Library — Samples
