BootstrapFABActionBase Constructors
Serves as a base class for the Floating Action Button‘s Action object.Name | Parameters | Description |
---|---|---|
BootstrapFABActionBase() | none | Initializes a new instance of the BootstrapFABActionBase class with default settings. |
BootstrapFABActionBase(String, String, String) | contextName, actionName, text | Initializes a new instance of the BootstrapFABActionBase class with specified settings. |
BootstrapFABActionBase(String, String) | contextName, text | Initializes a new instance of the BootstrapFABActionBase class with specified settings. |
See Also