[]
Control tool that represents a button that performs an action.
public class C1ButtonTool : C1Tool, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent
Public Class C1ButtonTool
Inherits C1Tool
Implements IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent
| Name | Description |
|---|---|
| C1ButtonTool() | Initializes a new instance of the C1ButtonTool class. |
| Name | Description |
|---|---|
| Click | Occurs when the tool is clicked, either through the menu or the control itself. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| Execute(object) | Called when the tool is executed. |
| GetContentRenderFragment(C1Style) | Returns a RenderFragment that represents the tool's UI content. |
| OnAfterRender(bool) | |
| OnClick() |