[]
Thin component wrapper over html button.
public class C1HtmlButton : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable
This components prevents event bubbling.
| Name | Description |
|---|---|
| C1HtmlButton() | Initializes a new instance of the C1HtmlButton class. |
| Name | Description |
|---|---|
| ChildContent | |
| Click | |
| Disabled | The disabled attribute for the button. |
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | |
| Dispose(bool) | |
| FocusAsync() | Sets the focus in the control. |
| InitializeAsync() | This method is called when the component is initialized. |
| OnAfterRender(bool) |