Table of Contents

Class BaseEntry

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

Represents a custom entry control that extends the functionality of the Entry class.

public class BaseEntry : Entry, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, IEntryController, IElementConfiguration<Entry>, IEntry, IView, IElement, ITransform, ITextInput, IText, ITextStyle, IPlaceholder, ITextAlignment
Inheritance
BaseEntry
Implements

Constructors

BaseEntry()

Initializes a new instance of the BaseEntry class.

Properties

FocusedEntry

Gets the currently focused BaseEntry instance, if any.

SelectAllOnFocus

Gets or sets a value indicating whether all text should be selected when the control gains focus.

Methods

~BaseEntry()

Finalizes an instance of the BaseEntry class.

OnTextChanged(string, string)
RaiseEscapeClicked()

Raises the EscapeClicked event.

SelectAll()

Selects all the text in the entry field. Sets the cursor position to the start and the selection length to the full text length.

Events

EscapeClicked

Occurs when the Escape key is pressed while the entry is focused.