Table of Contents

Method SetInfo

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

SetInfo(KnownButton, Func<Info?>)

Sets information about the specified known button.

public static void SetInfo(KnownButton index, Func<KnownButtons.Info?> func)

Parameters

index KnownButton

Index of the button.

func Func<KnownButtons.Info>

Function used to get the information.