Click or drag to resize

IPluginIntegrationServiceAddButton Method

Adds action button to display it in plugin menu. Button will be automatically removed on iikoFront restarts or you will dispose method's return value.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IDisposable AddButton(
	Button button
)

Parameters

button
Type: Resto.Front.Api.UIButton
Action Button to insert in plugins summary at 'Additional screen' -> 'Plugins menu'.

Return Value

Type: IDisposable
You may dispose result to remove button.
See Also