Table of Contents

Class SyntaxEditView.SearchDialogForMaui

Namespace
Alternet.Editor
Assembly
Alternet.Editor.MAUI.v10.dll

Represents a search dialog specifically designed for use in .NET MAUI applications.

[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Alternet_Editor_SyntaxEditView_SearchDialogForMauiWinRTTypeDetails))]
protected class SyntaxEditView.SearchDialogForMaui : PlessSearchDialog, INotifyPropertyChanged, ISearchDialog, IDisposable
Inheritance
SyntaxEditView.SearchDialogForMaui
Implements

Remarks

This class extends PlessSearchDialog to provide functionality tailored for MAUI. It is intended to be used as part of the application's user interface for search-related operations.

Constructors

SearchDialogForMaui()

Methods

DoneSearch(ISearch)
Execute(ISearch, bool, bool)