Table of Contents

Method RegisterConversion

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RegisterConversion(PanelSettingsItemKind, ItemToControlDelegate?, UIPlatformKind)

Registers function which is called when item is converted to the control.

public static void RegisterConversion(PanelSettingsItemKind kind, PanelSettings.ItemToControlDelegate? func, UIPlatformKind platform = UIPlatformKind.Platformless)

Parameters

kind PanelSettingsItemKind

Item kind.

func PanelSettings.ItemToControlDelegate

Function which is called when item is converted to the control.

platform UIPlatformKind

Platform kind.