[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.C1ButtonTool.GetContentRenderFragment

GetContentRenderFragment Method

GetContentRenderFragment(C1Style)

Returns a RenderFragment that represents the tool's UI content.

Declaration
protected override RenderFragment GetContentRenderFragment(C1Style toolStyle)
Protected Overrides Function GetContentRenderFragment(toolStyle As C1Style) As RenderFragment
Parameters
Type Name Description
C1Style toolStyle

the tool's style.

Returns
Type Description
RenderFragment

RenderFragment.

Overrides