Table of Contents

Method AddCloseButton

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

AddCloseButton()

Adds a "Close" button to the dialog title.

public virtual void AddCloseButton()

Remarks

The close button displays a "Close" icon. When clicked, it triggers the CloseClicked event, passing the owner of the button or the current instance as the sender.