Table of Contents

Delegate PanelSettings.RegisterConversionDelegate

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

Encapsulates a method that is used when convertion from item to control is registered.

public delegate void PanelSettings.RegisterConversionDelegate(PanelSettingsItemKind kind, PanelSettings.ItemToControlDelegate? conversion, UIPlatformKind platform = UIPlatformKind.Platformless)

Parameters

kind PanelSettingsItemKind

Item kind.

conversion PanelSettings.ItemToControlDelegate

Conversion function.

platform UIPlatformKind

Platform kind for which registration is done.