[]
This tools groups a set of Tools and display them as a drop-down menu.
public class C1MenuTool : C1DropDownTool, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent
Public Class C1MenuTool
Inherits C1DropDownTool
Implements IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent
| Name | Description |
|---|---|
| C1MenuTool() | Initializes a new instance of the C1MenuTool class. |
| Name | Description |
|---|---|
| ChildContent | Gets or sets the component child content. This can be used to define C1Tool, C1ToolSeparator, or their derived types. |
| ItemsSource | Gets or sets the collection used to generate the content of the C1MenuTool component. |
| Tools | Gets the collection of sub-tools this tool will display as a menu. |
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | |
| Dispose(bool) | |
| OnAfterRender(bool) |