[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.C1ButtonTool

C1ButtonTool Class

Control tool that represents a button that performs an action.

Inheritance
C1ButtonTool
Namespace: C1.Blazor.Ribbon
Assembly: C1.Blazor.Ribbon.dll
Syntax
public class C1ButtonTool : C1Tool, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent
Public Class C1ButtonTool
    Inherits C1Tool
    Implements IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent

Constructors

Name Description
C1ButtonTool()

Initializes a new instance of the C1ButtonTool class.

Properties

Name Description
Click

Occurs when the tool is clicked, either through the menu or the control itself.

Methods

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()