Class IgbToolActionIconButton
Inheritance
System.Object
IgbToolActionIconButton
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionIconButton : IgbToolAction, JsonSerializable, IDisposable
Constructors
Declaration
public IgbToolActionIconButton()
Properties
ActualContentPaddingBottom
Declaration
public double ActualContentPaddingBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ActualContentPaddingLeft
Declaration
public double ActualContentPaddingLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ActualContentPaddingRight
Declaration
public double ActualContentPaddingRight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ActualContentPaddingTop
Declaration
public double ActualContentPaddingTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public int ActualTooltipDelay { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ContentPaddingBottom
Declaration
public double ContentPaddingBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ContentPaddingLeft
Declaration
public double ContentPaddingLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ContentPaddingRight
Declaration
public double ContentPaddingRight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ContentPaddingTop
Declaration
public double ContentPaddingTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public EventCallback<IgbToolActionPopupOpeningEventArgs> PopupOpening { get; set; }
Property Value
Declaration
public string PopupOpeningScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public int TooltipDelay { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
public override void CloseSubmenu()
Overrides
Declaration
public override Task CloseSubmenuAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object ExportVisualData()
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
public override Task<object> ExportVisualDataAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Object> |
|
Overrides
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
public override void OpenSubMenu()
Overrides
Declaration
public override Task OpenSubMenuAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Overrides
Implements
System.IDisposable