BarEditItem Constructors
A bar item that contains an editor.| Name | Parameters | Description |
|---|---|---|
| BarEditItem() | none | Initializes a new BarEditItem class instance. |
| BarEditItem(BarManager, RepositoryItem) | manager, edit | Initializes a new instance of the BarEditItem class with the specified Bar Manager and editor. |
| BarEditItem(BarManager) | manager | Initializes a new instance of the BarEditItem class with the specified BarManager. |
See Also