Table of Contents

Method AddOkButton

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

AddOkButton()

Adds an "OK" button to the dialog if one does not already exist.

public virtual void AddOkButton()

Remarks

When the button is clicked, the OnOkButtonClicked(DialogCloseAction) method is invoked with the OkButton action.