ToolStripItemCollectionUIAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ToolStripItemCollectionUIAdapter : Microsoft::Practices::CompositeUI::UIElements::UIElementAdapter<System::Windows::Forms::ToolStripItem ^>
public class ToolStripItemCollectionUIAdapter : Microsoft.Practices.CompositeUI.UIElements.UIElementAdapter<System.Windows.Forms.ToolStripItem>
type ToolStripItemCollectionUIAdapter = class
inherit UIElementAdapter<ToolStripItem>
Public Class ToolStripItemCollectionUIAdapter
Inherits UIElementAdapter(Of ToolStripItem)
- Inheritance
- Derived
Constructors
| Name | Description |
|---|---|
| ToolStripItemCollectionUIAdapter(ToolStripItemCollection) | |
Properties
| Name | Description |
|---|---|
| InternalCollection | |
Methods
| Name | Description |
|---|---|
| Add(Object) | (Inherited from UIElementAdapter<TUIElement>) |
| Add(ToolStripItem) | |
| Add(TUIElement) | (Inherited from UIElementAdapter<TUIElement>) |
| GetInsertingIndex(Object) | |
| Remove(Object) | (Inherited from UIElementAdapter<TUIElement>) |
| Remove(ToolStripItem) | |
| Remove(TUIElement) | (Inherited from UIElementAdapter<TUIElement>) |