System.Object
IgbButtonBase
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbButtonBase : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors IgbButtonBase() Declaration Properties Blur Declaration
public EventCallback<IgbVoidEventArgs> Blur { get; set; }
Property Value Type Description Microsoft.AspNetCore.Components.EventCallback<IgbVoidEventArgs> BlurScript Declaration
public string BlurScript { get; set; }
Property Value Type Description System.String DefaultEventBehavior Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value Overrides DirectRenderElementName Declaration
protected override string DirectRenderElementName { get; }
Property Value Type Description System.String Overrides Disabled
Determines whether the button is disabled.
Declarationpublic bool Disabled { get; set; }
Property Value Type Description System.Boolean DisplayType
The type of the button. Defaults to undefined.
Declaration[WCWidgetMemberName("Type")]
public ButtonBaseType DisplayType { get; set; }
Property Value Download
Prompts to save the linked URL instead of navigating to it.
Declarationpublic string Download { get; set; }
Property Value Type Description System.String Focus Declaration
public EventCallback<IgbVoidEventArgs> Focus { get; set; }
Property Value Type Description Microsoft.AspNetCore.Components.EventCallback<IgbVoidEventArgs> FocusScript Declaration
public string FocusScript { get; set; }
Property Value Type Description System.String Href
The URL the button points to.
Declarationpublic string Href { get; set; }
Property Value Type Description System.String Rel
The relationship of the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types
Declarationpublic string Rel { get; set; }
Property Value Type Description System.String SupportsVisualChildren Declaration
protected override bool SupportsVisualChildren { get; }
Property Value Type Description System.Boolean Overrides Target
Where to display the linked URL, as the name for a browsing context.
Declarationpublic ButtonBaseTarget Target { get; set; }
Property Value Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides UseDirectRender Declaration
protected override bool UseDirectRender { get; }
Property Value Type Description System.Boolean Overrides Methods BlurComponent() Declaration
[WCWidgetMemberName("Blur")]
public void BlurComponent()
BlurComponentAsync()
Removes focus from the button.
Declaration[WCWidgetMemberName("Blur")]
public Task BlurComponentAsync()
Returns Type Description System.Threading.Tasks.Task Click() Declaration ClickAsync() Declaration Returns Type Description System.Threading.Tasks.Task FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides FocusComponent(IgbFocusOptions) Declaration
[WCWidgetMemberName("Focus")]
public void FocusComponent(IgbFocusOptions options)
Parameters FocusComponentAsync(IgbFocusOptions)
Sets focus in the button.
Declaration[WCWidgetMemberName("Focus")]
public Task FocusComponentAsync(IgbFocusOptions options)
Parameters Returns Type Description System.Threading.Tasks.Task ResolveDisplay() Declaration
protected override string ResolveDisplay()
Returns Type Description System.String Overrides SetNativeElement(Object) Declaration
public void SetNativeElement(object element)
Parameters Type Name Description System.Object element SetNativeElementAsync(Object) Declaration
public Task SetNativeElementAsync(object element)
Parameters Type Name Description System.Object element Returns Type Description System.Threading.Tasks.Task Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4