Skip to main content

TextEditorSelectionFlyout Class

Definition

Assembly:Avalonia.Controls.RichTextEditor
Package:Avalonia.Controls.RichTextEditor

Manages the lifecycle of the selection mini-bar (Avalonia.Controls.Documents.Primitives.EditorSelectionFlyout).

public class TextEditorSelectionFlyout

Inheritance: TextViewComponentBase -> TextEditorSelectionFlyout

Remarks

The mini-bar opens on pointer release when a non-empty selection exists, and closes automatically when the selection becomes empty or the user presses Escape. The right-click context menu is handled separately by Avalonia.Controls.Documents.Primitives.Components.TextViewContextMenu.

Constructors

NameDescription
TextEditorSelectionFlyoutNo summary available.

TextEditorSelectionFlyout Constructor

public TextEditorSelectionFlyout()